diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-07-31 07:48:52 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-07-31 08:16:19 +0200 |
| commit | c18861804feb6a97afbeabb51be748dd60a04458 (patch) | |
| tree | 23abac6e15a193186df9b4a7fff090656757b8fb /.pre-commit-config.yaml | |
| parent | 1e5bbbb2a866faf56e00eb744ab940e40e87d497 (diff) | |
Fixed warnings per flake8 5.0.0.
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 cd2366d560..b9ef3dd693 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-eslint |
