diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-07-31 07:48:52 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-03 08:09:59 +0200 |
| commit | 080359c4c5242ef69ac8c58c92f240e71121ffd7 (patch) | |
| tree | 0ea5b4b419294a5c74b62db00c2c54c456b435cd /.pre-commit-config.yaml | |
| parent | 1a9f079b7e43c0045f380729ba5fd7cfaa137bd5 (diff) | |
[4.0.x] Fixed warnings per flake8 5.0.0.
Backport of c18861804feb6a97afbeabb51be748dd60a04458 from main.
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 494c266f76..3b08b5a998 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 5.0.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-eslint |
