Revert flake8 to v4.0.1 for WPS

This commit is contained in:
Sviatoslav Sydorenko 2023-11-29 03:23:18 +01:00 committed by GitHub
parent 9a3f9ad5bc
commit 824ad31786
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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