Skip to content

Commit

Permalink
Auto-update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhatTeker authored May 2, 2021
1 parent 4b53e0f commit c536c28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ repos:
- id: check-yaml

- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.4b2
hooks:
- id: black

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

- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
rev: 3.9.1
hooks:
- id: flake8
args: ['--config=setup.cfg']
Expand Down

0 comments on commit c536c28

Please sign in to comment.