diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1dbd36ad..6162e6d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: # - id: name-tests-test - id: check-toml - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.8.1 + rev: v0.10.0 hooks: - id: markdownlint-cli2-fix name: markdownlint-cli2-fix (in place fixes) @@ -40,7 +40,7 @@ repos: args: [--notice=COPYRIGHT] files: python - repo: https://github.com/PyCQA/autoflake - rev: v2.2.0 + rev: v2.2.1 hooks: - id: autoflake args: @@ -54,7 +54,7 @@ repos: language: python types: [python] - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.14.0 hooks: - id: pyupgrade args: [--py38-plus] @@ -97,13 +97,13 @@ repos: language: python types: [python] - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 language: python types: [python] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black name: black (in place fixes) @@ -138,7 +138,7 @@ repos: language: python types: [python] - repo: https://github.com/PyCQA/pylint - rev: v3.0.0a6 + rev: v3.0.0 hooks: - id: pylint args: [ @@ -147,7 +147,7 @@ repos: language: python types: [python] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 + rev: v1.5.1 hooks: - id: mypy language: python