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/astral-sh/ruff-pre-commit: ac97362543353002a47d6cae8918b25444d102df → 9f089bd3b7591566aef707c4e144ea2ceedf7de2](astral-sh/ruff-pre-commit@ac97362...9f089bd)
- [github.com/astral-sh/ruff-pre-commit: ac97362543353002a47d6cae8918b25444d102df → 9f089bd3b7591566aef707c4e144ea2ceedf7de2](astral-sh/ruff-pre-commit@ac97362...9f089bd)
- https://github.com/PyCQA/pylint/: da1956664d6be3d008a90ad3f72bdd9d8a7ecfaa → 6350dfa900b11de442bc562564884037ca8bc4f6
- [github.com/DavidAnson/markdownlint-cli2: 24eb4dce508ab81398d14d75179123fca425f12d → da711fa8b30421506086eb2dc7ea0a6c3cb27b9f](DavidAnson/markdownlint-cli2@24eb4dc...da711fa)
  • Loading branch information
pre-commit-ci[bot] authored Sep 23, 2024
1 parent a3ae4a9 commit db6e206
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:

# ruff - python linter with fixing ability
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: ac97362543353002a47d6cae8918b25444d102df # frozen: v0.5.7
rev: 9f089bd3b7591566aef707c4e144ea2ceedf7de2 # frozen: v0.6.7
hooks:
- id: ruff
name: ruff (fix)
Expand Down Expand Up @@ -145,7 +145,7 @@ repos:

# ruff - python linter with fixing ability
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: ac97362543353002a47d6cae8918b25444d102df # frozen: v0.5.7
rev: 9f089bd3b7591566aef707c4e144ea2ceedf7de2 # frozen: v0.6.7
hooks:
- id: ruff
name: ruff (lint)
Expand Down Expand Up @@ -180,7 +180,7 @@ repos:

# pylint - python linter
- repo: https://github.com/PyCQA/pylint/
rev: da1956664d6be3d008a90ad3f72bdd9d8a7ecfaa # frozen: v3.2.6
rev: 6350dfa900b11de442bc562564884037ca8bc4f6 # frozen: v3.3.0
hooks:
- id: pylint
name: spell-check (pylint+pyenchant)
Expand Down Expand Up @@ -218,7 +218,7 @@ repos:

# markdownlint - md file checker
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: 24eb4dce508ab81398d14d75179123fca425f12d # frozen: v0.13.0
rev: da711fa8b30421506086eb2dc7ea0a6c3cb27b9f # frozen: v0.14.0
hooks:
- id: markdownlint-cli2

Expand Down

0 comments on commit db6e206

Please sign in to comment.