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.16.0 → v9.17.0](eslint/eslint@v9.16.0...v9.17.0)
- [github.com/thibaudcolas/pre-commit-stylelint: v16.11.0 → v16.12.0](thibaudcolas/pre-commit-stylelint@v16.11.0...v16.12.0)
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
- [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](hukkin/mdformat@0.7.19...0.7.21)
- [github.com/pylint-dev/pylint: v3.3.2 → v3.3.3](pylint-dev/pylint@v3.3.2...v3.3.3)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 92b89cd commit 391be91
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 @@ -123,7 +123,7 @@ repos:
)
- repo: https://github.com/eslint/eslint
rev: v9.16.0
rev: v9.17.0
hooks:
- id: eslint
name: ESLint
Expand All @@ -135,7 +135,7 @@ repos:
)
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: v16.11.0
rev: v16.12.0
hooks:
- id: stylelint
name: Stylelint
Expand Down Expand Up @@ -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.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
name: PyUpgrade
Expand Down Expand Up @@ -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.19
rev: 0.7.21
hooks:
- id: mdformat
name: Mdformat
Expand Down Expand Up @@ -301,7 +301,7 @@ repos:
description: Validate the pyproject.toml file.

- repo: https://github.com/pylint-dev/pylint
rev: v3.3.2
rev: v3.3.3
hooks:
- id: pylint
name: Pylint
Expand Down

0 comments on commit 391be91

Please sign in to comment.