Skip to content

Commit

Permalink
Use GitHub flake8 repo in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Nov 15, 2022
1 parent c158e7f commit e75333e
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 @@ -23,8 +23,8 @@ repos:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]

- repo: https://gitlab.com/pycqa/flake8
rev: '3.9.2'
- repo: https://github.com/pycqa/flake8
rev: '5.0.4'
hooks:
- id: flake8

Expand Down

0 comments on commit e75333e

Please sign in to comment.