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 Dec 18, 2023
1 parent 6a043c0 commit 4c9a0f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ repos:

# ruff - python linter with fixing ability
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: d7c4946c7c152163ce34efe35be4e1015d053edd # frozen: v0.1.8
rev: d7c4946c7c152163ce34efe35be4e1015d053edd # frozen: v0.1.8
hooks:
- id: ruff
name: ruff (fix)
args: ["--fix-only", "--exit-non-zero-on-fix", "--config=pyproject.toml"]

# black - python formatter
- repo: https://github.com/psf/black
rev: d9ad09a32b0e0481bb4fef548d35b7a49cc03c5d # frozen: 23.12.0
rev: d9ad09a32b0e0481bb4fef548d35b7a49cc03c5d # frozen: 23.12.0
hooks:
- id: black
args: ["--safe"]
Expand All @@ -68,7 +68,7 @@ repos:

# prettier - multi formatter
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 57f0a3b4cf4dfaec93fb2c1fd5f0ca266180287f # frozen: v4.0.0-alpha.7
rev: 57f0a3b4cf4dfaec93fb2c1fd5f0ca266180287f # frozen: v4.0.0-alpha.7
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: d7c4946c7c152163ce34efe35be4e1015d053edd # frozen: v0.1.8
rev: d7c4946c7c152163ce34efe35be4e1015d053edd # frozen: v0.1.8
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: 8524909c7a86f78a6b915ffafea220a6f3979ba1 # frozen: v0.11.0
hooks:
- id: markdownlint-cli2

Expand All @@ -226,6 +226,6 @@ repos:

# yamllint - yaml linter
- repo: https://github.com/adrienverge/yamllint
rev: 8713140e99914c0cb6e07364daedfb140847c3c5 # frozen: v1.33.0
rev: 8713140e99914c0cb6e07364daedfb140847c3c5 # frozen: v1.33.0
hooks:
- id: yamllint

0 comments on commit 4c9a0f9

Please sign in to comment.