Skip to content

Commit

Permalink
Update pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 21, 2021
1 parent a472c86 commit babfbf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://gitlab.com/pycqa/flake8
rev: master
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -9,7 +9,7 @@ repos:
name: flake8-test
files: \.py$
- repo: https://github.com/PyCQA/isort
rev: master
rev: 5.8.0
hooks:
- id: isort
args:
Expand Down

0 comments on commit babfbf5

Please sign in to comment.