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/eslint/eslint: v9.12.0 → v9.14.0](eslint/eslint@v9.12.0...v9.14.0)
- [github.com/thibaudcolas/pre-commit-stylelint: v16.9.0 → v16.10.0](thibaudcolas/pre-commit-stylelint@v16.9.0...v16.10.0)
- [github.com/adamchainz/django-upgrade: 1.21.0 → 1.22.1](adamchainz/django-upgrade@1.21.0...1.22.1)
- [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1)
- [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](executablebooks/mdformat@0.7.17...0.7.18)
- [github.com/tox-dev/pyproject-fmt: 2.2.4 → v2.5.0](tox-dev/pyproject-fmt@2.2.4...v2.5.0)
- [github.com/abravalheri/validate-pyproject: v0.20.2 → v0.22](abravalheri/validate-pyproject@v0.20.2...v0.22)
- [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.29.4](python-jsonschema/check-jsonschema@0.29.3...0.29.4)
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent 6efb433 commit 87b262b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ repos:
)
- repo: https://github.com/eslint/eslint
rev: v9.12.0
rev: v9.14.0
hooks:
- id: eslint
name: ESLint
Expand All @@ -135,7 +135,7 @@ repos:
)
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: v16.9.0
rev: v16.10.0
hooks:
- id: stylelint
name: Stylelint
Expand Down Expand Up @@ -193,7 +193,7 @@ repos:
)
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.21.0
rev: 1.22.1
hooks:
- id: django-upgrade
name: Django upgrade
Expand All @@ -202,7 +202,7 @@ repos:
- --target-version=4.2 # Minimum supported Django version for AA. Update as needed.

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
name: PyUpgrade
Expand Down Expand Up @@ -239,7 +239,7 @@ repos:
description: Check for black disable comments.

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
name: Black
Expand All @@ -248,7 +248,7 @@ repos:
- --target-version=py310 # Minimum required Python version for AA. Update as needed.

- repo: https://github.com/asottile/blacken-docs
rev: 1.18.0
rev: 1.19.1
hooks:
- id: blacken-docs
name: Blacken docs
Expand All @@ -259,7 +259,7 @@ repos:
- --target-version=py310 # Minimum required Python version for AA. Update as needed.

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.18
hooks:
- id: mdformat
name: Mdformat
Expand All @@ -283,7 +283,7 @@ repos:
description: Format the tox.ini file.

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.2.4
rev: v2.5.0
hooks:
- id: pyproject-fmt
name: pyproject.toml formatter
Expand All @@ -294,7 +294,7 @@ repos:
- tox==4.21.2 # https://github.com/tox-dev/tox/releases/latest

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.20.2
rev: v0.22
hooks:
- id: validate-pyproject
name: Validate pyproject.toml
Expand All @@ -310,7 +310,7 @@ repos:
- --py-version=3.10 # Minimum required Python version for AA. Update as needed.

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.3
rev: 0.29.4
hooks:
- id: check-github-actions
name: Check GitHub Actions
Expand Down

0 comments on commit 87b262b

Please sign in to comment.