diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1e3a69ce..c35f9771 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -127,7 +127,7 @@ repos: ) - repo: https://github.com/eslint/eslint - rev: v9.8.0 + rev: v9.9.1 hooks: - id: eslint name: ESLint @@ -143,7 +143,7 @@ repos: # - globals@13.24.0 # https://github.com/sindresorhus/globals/releases/latest - repo: https://github.com/thibaudcolas/pre-commit-stylelint - rev: v16.8.1 + rev: v16.9.0 hooks: - id: stylelint name: Stylelint @@ -157,7 +157,7 @@ repos: - --formatter=compact additional_dependencies: # stylelint itself needs to be here when using additional_dependencies. - - stylelint@16.8.1 # https://github.com/stylelint/stylelint/releases/latest + - stylelint@16.9.0 # https://github.com/stylelint/stylelint/releases/latest - stylelint-config-standard@36.0.1 # https://github.com/stylelint/stylelint-config-standard/releases/latest - repo: https://github.com/pre-commit/pygrep-hooks @@ -188,7 +188,7 @@ repos: description: Enforce that python3.6+ type annotations are used instead of type comments. - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 2.7.3 + rev: 3.0.3 hooks: - id: editorconfig-checker name: EditorConfig Checker @@ -299,17 +299,17 @@ repos: args: - --indent=4 additional_dependencies: - - tox==4.17.0 # https://github.com/tox-dev/tox/releases/latest + - tox==4.18.0 # https://github.com/tox-dev/tox/releases/latest - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.18 + rev: v0.19 hooks: - id: validate-pyproject name: Validate pyproject.toml description: Validate the pyproject.toml file. - repo: https://github.com/pylint-dev/pylint - rev: v3.2.6 + rev: v3.2.7 hooks: - id: pylint name: Pylint @@ -318,7 +318,7 @@ repos: - --py-version=3.10 # Minimum required Python version for AA. Update as needed. - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.29.2 hooks: - id: check-github-actions name: Check GitHub Actions