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 → cc915bbf189077041f55bc59c4c0cf7f30cc921f](astral-sh/ruff-pre-commit@ac97362...cc915bb)
- [github.com/astral-sh/ruff-pre-commit: ac97362543353002a47d6cae8918b25444d102df → cc915bbf189077041f55bc59c4c0cf7f30cc921f](astral-sh/ruff-pre-commit@ac97362...cc915bb)
- https://github.com/PyCQA/pylint/: da1956664d6be3d008a90ad3f72bdd9d8a7ecfaa → 76bce72bc57cc8089e439cc9d22fed5806341ed4
- [github.com/DavidAnson/markdownlint-cli2: 24eb4dce508ab81398d14d75179123fca425f12d → da711fa8b30421506086eb2dc7ea0a6c3cb27b9f](DavidAnson/markdownlint-cli2@24eb4dc...da711fa)
  • Loading branch information
pre-commit-ci[bot] authored Sep 30, 2024
1 parent a3ae4a9 commit 39ce966
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: cc915bbf189077041f55bc59c4c0cf7f30cc921f # frozen: v0.6.8
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: cc915bbf189077041f55bc59c4c0cf7f30cc921f # frozen: v0.6.8
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: 76bce72bc57cc8089e439cc9d22fed5806341ed4 # frozen: v3.3.1
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 39ce966

Please sign in to comment.