Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: debug-statements
- id: trailing-whitespace
Expand All @@ -17,10 +17,10 @@ repos:
- id: forbid-new-submodules

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.1
rev: 3.9.2
hooks:
- id: flake8
args: ['--exclude=*migrations*', '--ignore=E501,F405']
args: [ '--exclude=*migrations*', '--ignore=E501,F405' ]

- repo: local
hooks:
Expand All @@ -33,11 +33,11 @@ repos:
pass_filenames: false

- repo: https://github.com/python/black
rev: 21.4b2
rev: 21.7b0
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.8.0
rev: v5.9.3
hooks:
- id: isort
Loading