Skip to content

Commit

Permalink
Revert flake8 to v4.0.1 for WPS
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 29, 2023
1 parent 9a3f9ad commit 824ad31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -98,7 +98,7 @@ repos:

- repo: https://github.com/PyCQA/flake8.git
# NOTE: This is kept at v4 for until WPS starts supporting flake v5.
rev: 6.1.0 # enforce-version: 4.0.1
rev: 4.0.1 # enforce-version: 4.0.1
hooks:
- id: flake8
alias: flake8-only-wps
Expand Down

0 comments on commit 824ad31

Please sign in to comment.