Skip to content

Commit

Permalink
pre-commit: Update flake8 repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Oct 29, 2021
1 parent df4f811 commit 3522503
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
Expand Up @@ -9,8 +9,8 @@ repos:
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear==21.9.2]
Expand Down

0 comments on commit 3522503

Please sign in to comment.