Skip to content

Commit

Permalink
Fix CI: Update flake8-pyi (#1279)
Browse files Browse the repository at this point in the history
Older flake8-pyi is not compatible with flake8 v6.
  • Loading branch information
intgr committed Dec 4, 2022
1 parent 796956a commit efa57fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -34,7 +34,7 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- flake8-pyi==22.10.0
- flake8-pyi==22.11.0
types: []
files: ^.*.pyi?$

Expand Down

0 comments on commit efa57fb

Please sign in to comment.