Skip to content

Commit

Permalink
Upgrade isort and flake8 in pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
peymanslh committed Feb 22, 2023
1 parent 961549d commit 7cd1292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: ['--check-only', '--diff']

- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
files: ^(example|tests|two_factor)/

0 comments on commit 7cd1292

Please sign in to comment.