Skip to content

Commit

Permalink
Retarget flake8 pre-commit hook to github
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Jan 24, 2023
1 parent 1a0e221 commit 1e8ae02
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 @@ -101,8 +101,8 @@ repos:
rev: 22.3.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit 1e8ae02

Please sign in to comment.