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: de2b7986929c5a92de076e4381b8bb05440e78c2 → 3d8028abdbdbc6c59ff6b86c5fe26755db26ee6a](eslint/eslint@de2b798...3d8028a)
- [github.com/thibaudcolas/pre-commit-stylelint: 29cc51ef83ff0b4aaf74595268e022873015bd9b → 22b126a247292d1efc39bc8d475f4abdddfa713f](thibaudcolas/pre-commit-stylelint@29cc51e...22b126a)
- [github.com/asottile/pyupgrade: 19364aa1b2ac289ce75e6bbe93994f7b4b9425f6 → ce40a160603ab0e7d9c627ae33d7ef3906e2d2b2](asottile/pyupgrade@19364aa...ce40a16)
- [github.com/executablebooks/mdformat: 00812cd1850e41aae5c0916645b4b7404f538e8c → e20b1ac5acb8aba0b49d3a9109c6e6b58684ee83](hukkin/mdformat@00812cd...e20b1ac)
- [github.com/pylint-dev/pylint: a5a1bc3a9602d08f15ac90ad12f5b25bde375613 → c28580be76fe1ec55a6cac41833c0bd68070d2f7](pylint-dev/pylint@a5a1bc3...c28580b)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 1851e18 commit 68462cf
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 @@ -127,7 +127,7 @@ repos:
description: Ensure that files end with a newline.

- repo: https://github.com/eslint/eslint
rev: de2b7986929c5a92de076e4381b8bb05440e78c2 # frozen: v9.16.0
rev: 3d8028abdbdbc6c59ff6b86c5fe26755db26ee6a # frozen: v9.17.0
hooks:
- id: eslint
name: ESLint
Expand All @@ -139,7 +139,7 @@ repos:
# - globals@15.13.0 # https://github.com/sindresorhus/globals/releases/latest

- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: 29cc51ef83ff0b4aaf74595268e022873015bd9b # frozen: v16.11.0
rev: 22b126a247292d1efc39bc8d475f4abdddfa713f # frozen: v16.12.0
hooks:
- id: stylelint
name: Stylelint
Expand Down Expand Up @@ -196,7 +196,7 @@ repos:
- --target-version=4.2 # Minimum supported Django version for AA. Update as needed.

- repo: https://github.com/asottile/pyupgrade
rev: 19364aa1b2ac289ce75e6bbe93994f7b4b9425f6 # frozen: v3.19.0
rev: ce40a160603ab0e7d9c627ae33d7ef3906e2d2b2 # frozen: v3.19.1
hooks:
- id: pyupgrade
name: PyUpgrade
Expand Down Expand Up @@ -253,7 +253,7 @@ repos:
- --target-version=py310 # Minimum required Python version for AA. Update as needed.

- repo: https://github.com/executablebooks/mdformat
rev: 00812cd1850e41aae5c0916645b4b7404f538e8c # frozen: 0.7.19
rev: e20b1ac5acb8aba0b49d3a9109c6e6b58684ee83 # frozen: 0.7.21
hooks:
- id: mdformat
name: Mdformat
Expand Down Expand Up @@ -290,7 +290,7 @@ repos:
description: Validate the pyproject.toml file.

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

0 comments on commit 68462cf

Please sign in to comment.