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: 66b0d0d0841c83f8c7b600246e94a7a76ed77ca6 → 3e8a9a55e101c07933d045677682783f6583a0ee](eslint/eslint@66b0d0d...3e8a9a5)
- [github.com/thibaudcolas/pre-commit-stylelint: adbd5eb765476b51bf2d2621a7492053153a4d06 → 1a160bc61f659e8f9071d6ae8b5f5fce98ce7898](thibaudcolas/pre-commit-stylelint@adbd5eb...1a160bc)
- [github.com/adamchainz/django-upgrade: 04b0de71b1b4acc1803e74ab24e722bcbd5ab989 → 43c3c16dc6ee2c9dcedcca6930974b47f415c8b2](adamchainz/django-upgrade@04b0de7...43c3c16)
- [github.com/pycqa/flake8: e43806be3607110919eff72939fda031776e885a → bddd87797f8dfc07d2a10c894776018d9bec590b](PyCQA/flake8@e43806b...bddd877)
- [github.com/PyCQA/isort: 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d → c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc](PyCQA/isort@0a0b7a8...c8ab4a5)
- [github.com/tox-dev/pyproject-fmt: 6b2f3b33754de7a442043dc312fc5a0e473086d2 → 57b6ff7bf72affdd12c7f3fd6de761ba18a33b3a](tox-dev/pyproject-fmt@6b2f3b3...57b6ff7)
- [github.com/python-jsonschema/check-jsonschema: a20fe80ebdd4aec6791598c9ff559985580f91ea → 828a213a1dd17aa9862aab706e3162c13281ff93](python-jsonschema/check-jsonschema@a20fe80...828a213)
  • Loading branch information
pre-commit-ci[bot] authored Mar 3, 2025
1 parent eccc11f commit 59118c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ repos:
description: Ensure that files end with a newline.

- repo: https://github.com/eslint/eslint
rev: 66b0d0d0841c83f8c7b600246e94a7a76ed77ca6 # frozen: v9.19.0
rev: 3e8a9a55e101c07933d045677682783f6583a0ee # frozen: v9.21.0
hooks:
- id: eslint
name: ESLint
Expand All @@ -139,7 +139,7 @@ repos:
# - [email protected] # https://github.com/sindresorhus/globals/releases/latest

- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: adbd5eb765476b51bf2d2621a7492053153a4d06 # frozen: v16.14.1
rev: 1a160bc61f659e8f9071d6ae8b5f5fce98ce7898 # frozen: v16.15.0
hooks:
- id: stylelint
name: Stylelint
Expand Down Expand Up @@ -187,7 +187,7 @@ repos:
description: Check for compliance with the definitions in the EditorConfig file.

- repo: https://github.com/adamchainz/django-upgrade
rev: 04b0de71b1b4acc1803e74ab24e722bcbd5ab989 # frozen: 1.22.2
rev: 43c3c16dc6ee2c9dcedcca6930974b47f415c8b2 # frozen: 1.23.1
hooks:
- id: django-upgrade
name: Django upgrade
Expand All @@ -205,7 +205,7 @@ repos:
- --py310-plus # Minimum required Python version for AA. Update as needed.

- repo: https://github.com/pycqa/flake8
rev: e43806be3607110919eff72939fda031776e885a # frozen: 7.1.1
rev: bddd87797f8dfc07d2a10c894776018d9bec590b # frozen: 7.1.2
hooks:
- id: flake8
name: Flake8
Expand All @@ -219,7 +219,7 @@ repos:
description: Check for extraneous `# noqa` comments.

- repo: https://github.com/PyCQA/isort
rev: 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d # frozen: 6.0.0
rev: c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc # frozen: 6.0.1
hooks:
- id: isort
name: Isort
Expand Down Expand Up @@ -272,7 +272,7 @@ repos:
description: Format the tox.ini file.

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 6b2f3b33754de7a442043dc312fc5a0e473086d2 # frozen: v2.5.0
rev: 57b6ff7bf72affdd12c7f3fd6de761ba18a33b3a # frozen: v2.5.1
hooks:
- id: pyproject-fmt
name: pyproject.toml formatter
Expand All @@ -299,7 +299,7 @@ repos:
- --py-version=3.10 # Minimum required Python version for AA. Update as needed.

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: a20fe80ebdd4aec6791598c9ff559985580f91ea # frozen: 0.31.1
rev: 828a213a1dd17aa9862aab706e3162c13281ff93 # frozen: 0.31.2
hooks:
- id: check-github-actions
name: Check GitHub Actions
Expand Down

0 comments on commit 59118c2

Please sign in to comment.