Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate hooks (#1946)
Browse files Browse the repository at this point in the history
updates:
- github.com/psf/black: 24.4.2 → 24.8.0
- github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6
- github.com/asottile/pyupgrade: v3.16.0 → v3.17.0
- github.com/thibaudcolas/pre-commit-stylelint: v16.6.1 → v16.8.1
  • Loading branch information
pre-commit-ci[bot] committed Aug 6, 2024
1 parent 9cbd9f0 commit 65d65ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ repos:
exclude: .+\.html|webpack\.config\.js|tests/test_a11y/

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.0"
rev: "v0.5.6"
hooks:
- id: ruff

- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -59,7 +59,7 @@ repos:
- id: remove-metadata

- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: v16.6.1
rev: v16.8.1
hooks:
- id: stylelint
# automatically fix .scss files where possible
Expand Down

0 comments on commit 65d65ef

Please sign in to comment.