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: repos:
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.9.3 rev: 5.10.0
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/psf/black - repo: https://github.com/psf/black

View file

@ -141,6 +141,13 @@ TEMPLATES = [
<br /> <br />
<sub><b>Marc Fargas</b></sub> <sub><b>Marc Fargas</b></sub>
</a> </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> </td></tr>
</table> </table>
<!-- readme: contributors -end --> <!-- readme: contributors -end -->

View file

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