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 Jan 22, 2024
1 parent 52b2061 commit 27eb121
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: 1d42195ebc67a509991eaf68c2353e0181003a95 # frozen: v0.1.14
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: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
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: 1d42195ebc67a509991eaf68c2353e0181003a95 # frozen: v0.1.14
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: 82c791e94c2e2ab2119437d61c722c8e0c20d6c9 # frozen: v0.12.1
rev: 82c791e94c2e2ab2119437d61c722c8e0c20d6c9 # frozen: v0.12.1
hooks:
- id: markdownlint-cli2

Expand Down

0 comments on commit 27eb121

Please sign in to comment.