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
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ repos:
description: Ensure that files end with a newline.

- repo: https://github.com/eslint/eslint
rev: v10.6.0
rev: v10.8.0
hooks:
- id: eslint
name: ESLint
description: Check for problems in JavaScript files.
args: [--fix, --color, --max-warnings, '0']

- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: v17.14.0
rev: v17.14.1
hooks:
- id: stylelint
name: Stylelint
Expand Down Expand Up @@ -164,7 +164,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: 3.6.1
rev: 3.8.0
hooks:
- id: editorconfig-checker
name: EditorConfig Checker
Expand Down Expand Up @@ -203,7 +203,7 @@ repos:
description: Check for extraneous `# noqa` comments.

- repo: https://github.com/PyCQA/isort
rev: 9.0.0a3
rev: 9.0.0b1
hooks:
- id: isort
name: Isort
Expand Down Expand Up @@ -249,14 +249,14 @@ 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: 1.7.1
rev: 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: v2.25.1
rev: v2.26.0
hooks:
- id: pyproject-fmt
name: pyproject.toml formatter
Expand Down
Loading