Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,16 @@ repos:
description: Ensure that files end with a newline.

- repo: https://github.com/eslint/eslint
rev: 1b4215f2b93d9946da409ae2cdd0b8f6b5c0e253 # frozen: v9.39.1
rev: v9.39.2
hooks:
- id: eslint
name: ESLint
description: Check for problems in JavaScript files.
language: node
additional_dependencies:
# eslint itself needs to be here when using additional_dependencies.
- eslint@9.39.1 # https://github.com/eslint/eslint/releases/latest
- globals@16.5.0 # https://github.com/sindresorhus/globals/releases/latest
- eslint@9.39.2 # https://github.com/eslint/eslint/releases/latest
- globals@17.0.0 # https://github.com/sindresorhus/globals/releases/latest

- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: 5550a364f2b5d3a9e731a9f4e231c5dc8c5f2e5b # frozen: v16.26.1
Expand Down Expand Up @@ -227,7 +227,7 @@ repos:
description: Check for black disable comments.

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 2892f1f81088477370d4fbc56545c05d33d2493f # frozen: 25.11.0
rev: 831207fd435b47aeffdf6af853097e64322b4d44 # frozen: 25.12.0
hooks:
- id: black
name: Black
Expand All @@ -242,7 +242,7 @@ repos:
name: Blacken docs
description: Format Python code in documentation files.
additional_dependencies:
- black==25.9.0 # https://github.com/psf/black/releases/latest
- black==25.12.0 # https://github.com/psf/black/releases/latest
args:
- --target-version=py310 # Minimum required Python version for AA. Update as needed.

Expand All @@ -259,7 +259,7 @@ repos:
- mdformat-shfmt==0.2.0 # Mdformat plugin to format shell code blocks » https://github.com/hukkin/mdformat-shfmt/tags

- repo: https://github.com/tox-dev/tox-ini-fmt
rev: be26ee0d710a48f7c1acc1291d84082036207bd3 # frozen: 1.7.0
rev: a55736a49694e73b4b885c78a827d9771515b9dd # frozen: 1.7.1
hooks:
- id: tox-ini-fmt
name: tox.ini formatter
Expand All @@ -274,7 +274,7 @@ repos:
args:
- --indent=4
additional_dependencies:
- tox==4.32.0 # https://github.com/tox-dev/tox/releases/latest
- tox==4.33.0 # https://github.com/tox-dev/tox/releases/latest

- repo: https://github.com/abravalheri/validate-pyproject
rev: 78f5e0f104cfa803d0597eaa924b4de3becd3e3e # frozen: v0.24.1
Expand All @@ -293,7 +293,7 @@ repos:
- --py-version=3.10 # Minimum required Python version for AA. Update as needed.

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 16a6ad2fead09286ee6eb6b0a3fab55655a6c22a # frozen: 0.35.0
rev: b035497fb64e3f9faa91e833331688cc185891e6 # frozen: 0.36.0
hooks:
- id: check-github-actions
name: Check GitHub Actions
Expand Down
Loading