Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 17, 2025
1 parent 4772421 commit 9539394
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: 895ebb389825c29bd4e0addcf7579d6c69d199cc # frozen: v0.9.6
rev: 895ebb389825c29bd4e0addcf7579d6c69d199cc # frozen: v0.9.6
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: 895ebb389825c29bd4e0addcf7579d6c69d199cc # frozen: v0.9.6
rev: 895ebb389825c29bd4e0addcf7579d6c69d199cc # frozen: v0.9.6
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: c2b01c3d0b6410d4c93eb1f32fb28f2116b1e68f # frozen: v3.3.4
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: d174eb7a8f35e05d4065c82d375ad84aa0b32352 # frozen: v0.17.2
rev: d174eb7a8f35e05d4065c82d375ad84aa0b32352 # frozen: v0.17.2
hooks:
- id: markdownlint-cli2

Expand Down

0 comments on commit 9539394

Please sign in to comment.