diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4fc3243..932a20c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,16 @@ repos: - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort - stages: [commit] + stages: [Nonepre-commitNone] args: ["--profile", "black"] - repo: https://github.com/PyCQA/autoflake - rev: v1.5.3 + rev: v2.3.1 hooks: - id: autoflake - stages: [commit] + stages: [Nonepre-commitNone] args: [ "-ri", @@ -21,7 +21,7 @@ repos: ] - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 24.10.0 hooks: - id: black - stages: [commit] + stages: [Nonepre-commitNone]