Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/eslint/eslint: v8.57.0 → v9.2.0](eslint/eslint@v8.57.0...v9.2.0)
- [github.com/thibaudcolas/pre-commit-stylelint: v16.3.1 → v16.5.0](thibaudcolas/pre-commit-stylelint@v16.3.1...v16.5.0)
- [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
- [github.com/tox-dev/pyproject-fmt: 1.7.0 → 1.8.0](tox-dev/pyproject-fmt@1.7.0...1.8.0)
  • Loading branch information
pre-commit-ci[bot] committed May 6, 2024
1 parent 4fab67f commit 9fa7cff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ci:
# pre-commit setup
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
# Identify invalid files
- id: check-ast
Expand Down Expand Up @@ -128,7 +128,7 @@ repos:
# - repo: https://github.com/pre-commit/mirrors-eslint
- repo: https://github.com/eslint/eslint
rev: v8.57.0
rev: v9.2.0
hooks:
- id: eslint
name: ESLint
Expand All @@ -144,7 +144,7 @@ repos:
# - globals@13.24.0 # https://github.com/sindresorhus/globals/releases/latest

- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: v16.3.1
rev: v16.5.0
hooks:
- id: stylelint
name: Stylelint
Expand Down Expand Up @@ -248,7 +248,7 @@ repos:
description: "Check for black disable comments."

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
name: Black
Expand Down Expand Up @@ -291,7 +291,7 @@ repos:
description: "Format the tox.ini file."

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.7.0
rev: 1.8.0
hooks:
- id: pyproject-fmt
name: pyproject.toml formatter
Expand Down

0 comments on commit 9fa7cff

Please sign in to comment.