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: fbe77be689d01fea5a7b64d3c495d4d1ed646852 → 1d42195ebc67a509991eaf68c2353e0181003a95](astral-sh/ruff-pre-commit@fbe77be...1d42195)
- [github.com/pre-commit/mirrors-prettier: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 → f12edd9c7be1c20cfa42420fd0e6df71e42b51ea](pre-commit/mirrors-prettier@ffb6a75...f12edd9)
- [github.com/astral-sh/ruff-pre-commit: fbe77be689d01fea5a7b64d3c495d4d1ed646852 → 1d42195ebc67a509991eaf68c2353e0181003a95](astral-sh/ruff-pre-commit@fbe77be...1d42195)
- [github.com/DavidAnson/markdownlint-cli2: 8524909c7a86f78a6b915ffafea220a6f3979ba1 → 82c791e94c2e2ab2119437d61c722c8e0c20d6c9](DavidAnson/markdownlint-cli2@8524909...82c791e)
  • Loading branch information
pre-commit-ci[bot] authored Jan 22, 2024
1 parent 0fc90c8 commit 52b2061
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 @@ -42,7 +42,7 @@ repos:

# ruff - python linter with fixing ability
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: fbe77be689d01fea5a7b64d3c495d4d1ed646852 # frozen: v0.1.11
rev: 1d42195ebc67a509991eaf68c2353e0181003a95 # frozen: v0.1.14
hooks:
- id: ruff
name: ruff (fix)
Expand All @@ -68,7 +68,7 @@ repos:

# prettier - multi formatter
- repo: https://github.com/pre-commit/mirrors-prettier
rev: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
hooks:
- id: prettier

Expand Down Expand Up @@ -140,7 +140,7 @@ repos:

# ruff - python linter with fixing ability
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: fbe77be689d01fea5a7b64d3c495d4d1ed646852 # frozen: v0.1.11
rev: 1d42195ebc67a509991eaf68c2353e0181003a95 # frozen: v0.1.14
hooks:
- id: ruff
name: ruff (lint)
Expand Down Expand Up @@ -209,7 +209,7 @@ repos:

# markdownlint - md file checker
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: 8524909c7a86f78a6b915ffafea220a6f3979ba1 # frozen: v0.11.0
rev: 82c791e94c2e2ab2119437d61c722c8e0c20d6c9 # frozen: v0.12.1
hooks:
- id: markdownlint-cli2

Expand Down

0 comments on commit 52b2061

Please sign in to comment.