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
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,19 +123,19 @@ repos:
# - repo: https://github.com/eslint/eslint
# rev: 9089853a593d6c7c0f11367da08a829e0ddfe092 # frozen: v10.6.0
- repo: https://github.com/pre-commit/mirrors-eslint
rev: 8763fc929b6232999d541a3d8eb49965a6b71afb # frozen: v10.6.0
rev: eb9cff43594f41e8fc47ce8d1964a4500f26493c # frozen: v10.8.0
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@10.6.0 # https://github.com/eslint/eslint/releases/latest
- globals@17.7.0 # https://github.com/sindresorhus/globals/releases/latest
- eslint@10.8.0 # https://github.com/eslint/eslint/releases/latest
- globals@17.8.0 # https://github.com/sindresorhus/globals/releases/latest

- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: 642dea0f17f1a98a93e104c0de51d70161b800c4 # frozen: v17.14.0
rev: c04e74b560392d1602e683cfacff9ad134738f49 # frozen: v17.14.1
hooks:
- id: stylelint
name: Stylelint
Expand All @@ -145,7 +145,7 @@ repos:
- --formatter=compact
additional_dependencies:
# stylelint itself needs to be here when using additional_dependencies.
- stylelint@17.14.0 # https://github.com/stylelint/stylelint/releases/latest
- stylelint@17.14.1 # https://github.com/stylelint/stylelint/releases/latest
- stylelint-config-standard@40.0.0 # https://github.com/stylelint/stylelint-config-standard/releases/latest

- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down Expand Up @@ -176,7 +176,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: bebfac867564fbd992e5b45379b4b0568d5cb85b # frozen: 3.6.1
rev: 3aa28ce11a84d747c5695ad10b81945f2400b54f # frozen: 3.8.0
hooks:
- id: editorconfig-checker
name: EditorConfig Checker
Expand Down Expand Up @@ -215,7 +215,7 @@ repos:
description: Check for extraneous `# noqa` comments.

- repo: https://github.com/PyCQA/isort
rev: dac090ce4d9ee313d086e2e89ab1acb8c2664fa1 # frozen: 9.0.0a3
rev: 7f321d375f31a2f03833bc9a548e8783f2b5c420 # frozen: 9.0.0b1
hooks:
- id: isort
name: Isort
Expand Down Expand Up @@ -261,22 +261,22 @@ 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: a55736a49694e73b4b885c78a827d9771515b9dd # frozen: 1.7.1
rev: 69e8f0ead1b1164c731b4a702896e3218feecf0b # frozen: 1.8.1
hooks:
- id: tox-ini-fmt
name: tox.ini formatter
description: Format the tox.ini file.

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 0c8c15d8fe996493035be407c5cf4a288cf6bf8e # frozen: v2.25.1
rev: d600c142bb19f521ae6a6a345f94a2efd7937759 # frozen: v2.26.0
hooks:
- id: pyproject-fmt
name: pyproject.toml formatter
description: Format the pyproject.toml file.
args:
- --indent=4
additional_dependencies:
- tox==4.56.1 # https://github.com/tox-dev/tox/releases/latest
- tox==4.58.0 # https://github.com/tox-dev/tox/releases/latest

- repo: https://github.com/abravalheri/validate-pyproject
rev: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # frozen: v0.25
Expand Down
Loading