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: 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 → 2c8dce6094fa2b4b668e74f694ca63ceffd38614](astral-sh/ruff-pre-commit@89c421d...2c8dce6)
- [github.com/astral-sh/ruff-pre-commit: 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 → 2c8dce6094fa2b4b668e74f694ca63ceffd38614](astral-sh/ruff-pre-commit@89c421d...2c8dce6)
- https://github.com/PyCQA/pylint/: c28580be76fe1ec55a6cac41833c0bd68070d2f7 → c2b01c3d0b6410d4c93eb1f32fb28f2116b1e68f
- [github.com/DavidAnson/markdownlint-cli2: af14a2e768b741b941255b4c6b875339b4acbb73 → d174eb7a8f35e05d4065c82d375ad84aa0b32352](DavidAnson/markdownlint-cli2@af14a2e...d174eb7)
  • Loading branch information
pre-commit-ci[bot] authored Mar 3, 2025
1 parent ae716a6 commit a894636
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: 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 # frozen: v0.8.6
rev: 2c8dce6094fa2b4b668e74f694ca63ceffd38614 # frozen: v0.9.9
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: 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 # frozen: v0.8.6
rev: 2c8dce6094fa2b4b668e74f694ca63ceffd38614 # frozen: v0.9.9
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: c28580be76fe1ec55a6cac41833c0bd68070d2f7 # frozen: v3.3.3
rev: c2b01c3d0b6410d4c93eb1f32fb28f2116b1e68f # frozen: v3.3.4
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: af14a2e768b741b941255b4c6b875339b4acbb73 # frozen: v0.17.1
rev: d174eb7a8f35e05d4065c82d375ad84aa0b32352 # frozen: v0.17.2
hooks:
- id: markdownlint-cli2

Expand Down

0 comments on commit a894636

Please sign in to comment.