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 @@ -133,7 +133,7 @@ repos:
- globals@16.5.0 # https://github.com/sindresorhus/globals/releases/latest

- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: 9b7d7bf350be72b9ba00c5577475f721b4adfa58 # frozen: v16.25.0
rev: 5550a364f2b5d3a9e731a9f4e231c5dc8c5f2e5b # frozen: v16.26.1
hooks:
- id: stylelint
name: Stylelint
Expand All @@ -143,7 +143,7 @@ repos:
- --formatter=compact
additional_dependencies:
# stylelint itself needs to be here when using additional_dependencies.
- stylelint@16.25.0 # https://github.com/stylelint/stylelint/releases/latest
- stylelint@16.26.1 # https://github.com/stylelint/stylelint/releases/latest
- stylelint-config-standard@39.0.1 # https://github.com/stylelint/stylelint-config-standard/releases/latest

- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down Expand Up @@ -174,7 +174,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: 62dcf364a52192458d66c0dba3a0a1fdb78e4fbe # frozen: 3.4.1
rev: 11ea70506fd878d26129b2b87746fd1a1f6b561b # frozen: 3.6.0
hooks:
- id: editorconfig-checker
name: EditorConfig Checker
Expand All @@ -190,7 +190,7 @@ repos:
- --target-version=4.2 # Minimum supported Django version for AA. Update as needed.

- repo: https://github.com/asottile/pyupgrade
rev: f90119b1b8bd9e46949d9592972b2c4c27d62a97 # frozen: v3.21.0
rev: 75992aaa40730136014f34227e0135f63fc951b4 # frozen: v3.21.2
hooks:
- id: pyupgrade
name: PyUpgrade
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: fe95161893684893d68b1225356702ca71f8d388 # frozen: 25.9.0
rev: 2892f1f81088477370d4fbc56545c05d33d2493f # frozen: 25.11.0
hooks:
- id: black
name: Black
Expand Down Expand Up @@ -266,7 +266,7 @@ repos:
description: Format the tox.ini file.

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 68b1ed526e7533ac54a2e42874b99ae6c26807a2 # frozen: v2.11.0
rev: d252a2a7678b47d1f2eea2f6b846ddfdcd012759 # frozen: v2.11.1
hooks:
- id: pyproject-fmt
name: pyproject.toml formatter
Expand All @@ -284,7 +284,7 @@ repos:
description: Validate the pyproject.toml file.

# - repo: https://github.com/pylint-dev/pylint
# rev: 0eb92d25fd38ba5bad2f8d2ea7df63ad23e18ae3 # frozen: v4.0.2
# rev: e16f942166511d6fb4427e503a734152fae0c4fe # frozen: v4.0.4
# hooks:
# - id: pylint
# name: Pylint
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: 83b816d020105076daac266dbf6bfed199a2da93 # frozen: 0.34.1
rev: 16a6ad2fead09286ee6eb6b0a3fab55655a6c22a # frozen: 0.35.0
hooks:
- id: check-github-actions
name: Check GitHub Actions
Expand Down
Loading