Skip to content

Commit

Permalink
Merge pull request #2721 from janfabry/issue-2711/isort-pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke authored Aug 12, 2020
2 parents a5af9ba + 4c9f338 commit 5a3266f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ Listed in alphabetical order.
Isaac12x `@Isaac12x`_
Ivan Khomutov `@ikhomutov`_
James Williams `@jameswilliams1`_
Jan Fabry `@janfabry`_
Jan Van Bruggen `@jvanbrug`_
Jelmer Draaijer `@foarsitter`_
Jerome Caisip `@jeromecaisip`_
Expand Down Expand Up @@ -331,6 +332,7 @@ Listed in alphabetical order.
.. _@ikkebr: https://github.com/ikkebr
.. _@Isaac12x: https://github.com/Isaac12x
.. _@iynaix: https://github.com/iynaix
.. _@janfabry: https://github.com/janfabry
.. _@jangeador: https://github.com/jangeador
.. _@jazztpt: https://github.com/jazztpt
.. _@jcass77: https://github.com/jcass77
Expand Down Expand Up @@ -392,7 +394,7 @@ Listed in alphabetical order.
.. _@siauPatrick: https://github.com/siauPatrick
.. _@sladinji: https://github.com/sladinji
.. _@slafs: https://github.com/slafs
.. _@sorasful:: https://github.com/sorasful
.. _@sorasful: https://github.com/sorasful
.. _@ssteinerX: https://github.com/ssteinerx
.. _@step21: https://github.com/step21
.. _@stepmr: https://github.com/stepmr
Expand Down
5 changes: 5 additions & 0 deletions {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ repos:
hooks:
- id: black

- repo: https://github.com/timothycrosley/isort
rev: 4.3.21
hooks:
- id: isort

- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
hooks:
Expand Down

0 comments on commit 5a3266f

Please sign in to comment.