This commit is contained in:
Emil Stenström 2021-11-12 22:35:05 +01:00
commit 9a238fa9d4
3 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.10.0
hooks:
- id: isort
- repo: https://github.com/psf/black

View file

@ -141,6 +141,13 @@ TEMPLATES = [
<br />
<sub><b>Marc Fargas</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/spollard">
<img src="https://avatars.githubusercontent.com/u/1459574?v=4" width="100;" alt="spollard"/>
<br />
<sub><b>Spollard</b></sub>
</a>
</td></tr>
</table>
<!-- readme: contributors -end -->

View file

@ -22,7 +22,7 @@ flake8==4.0.1
# via -r requirements-dev.in
iniconfig==1.1.1
# via pytest
isort==5.9.3
isort==5.10.1
# via -r requirements-dev.in
mccabe==0.6.1
# via flake8