diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e502e97b..d50506650 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pycqa/flake8 - rev: "4.0.1" + rev: "6.0.0" hooks: - id: flake8 # stages: [push] @@ -13,7 +13,7 @@ repos: - id: mypy exclude: build_helpers additional_dependencies: - - types-cachetools==5.2.1 + - types-cachetools==5.3.0.0 - types-filelock==3.2.7 - types-requests==2.28.11.8 - types-tabulate==0.9.0.0 @@ -21,14 +21,14 @@ repos: # stages: [push] - repo: https://github.com/pycqa/isort - rev: "5.10.1" + rev: "5.12.0" hooks: - id: isort name: isort (python) # stages: [push] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.4.0 + rev: v4.4.0 hooks: - id: end-of-file-fixer exclude: | diff --git a/requirements-dev.txt b/requirements-dev.txt index d024b38b9..3488fdbfd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,7 +26,7 @@ httpx==0.23.3 nbconvert==7.2.9 # mypy types -types-cachetools==5.2.1 +types-cachetools==5.3.0.0 types-filelock==3.2.7 types-requests==2.28.11.8 types-tabulate==0.9.0.0