Skip to content

Commit

Permalink
Upgrade flake8 in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Dec 15, 2022
1 parent 92beaad commit 3148da0
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 @@ -29,8 +29,8 @@ repos:
- id: isort
args: ["--profile", "black", "--filter-files"]

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

Expand Down

0 comments on commit 3148da0

Please sign in to comment.