diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0e10291..f4eb8d17 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: v2.5.0 + rev: v4.5.0 hooks: - id: double-quote-string-fixer - id: end-of-file-fixer @@ -9,7 +9,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/ikamensh/flynt/ - rev: '0.66' + rev: '1.0.1' hooks: - id: flynt diff --git a/pyproject.toml b/pyproject.toml index 1cf17346..877e57c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ docs = [ 'sphinx-copybutton~=0.3.0' ] pre-commit = [ - 'pre-commit~=2.2', + 'pre-commit~=3.6', ] tests = [ 'pytest~=7.2',