diff options
author | 2022-10-31 22:22:10 +0400 | |
---|---|---|
committer | 2022-10-31 23:09:59 +0400 | |
commit | f18b4c5730c65d3326efd3ec55a0b6e30f2524e6 (patch) | |
tree | 7bc2c998fdc3bd73b62f9dd29816b148fd162879 | |
parent | Drop Python Coveralls Dependency (diff) |
Bump Pre-Commit Hooks
Signed-off-by: Hassan Abouelela <[email protected]>
-rw-r--r-- | .pre-commit-config.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 203e67a..26dad6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.3.0 hooks: - id: check-merge-conflict - id: check-toml @@ -17,18 +17,17 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.10.0 hooks: - id: black - language_version: "3.11" - repo: https://github.com/PyCQA/flake8 - rev: &flake8_version 4.0.1 + rev: &flake8_version 5.0.4 hooks: - &flake8_hook id: flake8 additional_dependencies: - flake8-annotations~=2.7 - - flake8-bugbear==22.4.25 + - flake8-bugbear==22.10.27 - flake8-docstrings~=1.4 - flake8-string-format~=0.3.0 - flake8-todo~=0.7 |