Skip to content

Commit e1f48fb

Browse files
Kl0venryshu
authored andcommitted
ci: fix pre-commit
pylama needs pyflakes 2.4.0 to work properly
1 parent 01120b0 commit e1f48fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ repos:
1717
rev: 0.1.2
1818
hooks:
1919
- id: pylama
20+
# to remove when this is fixed https://github.com/klen/pylama/issues/224
21+
additional_dependencies:
22+
- pyflakes==2.4.0
2023

2124
- repo: https://github.com/pycqa/isort
2225
rev: 5.5.2

0 commit comments

Comments
 (0)