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: 1d42195ebc67a509991eaf68c2353e0181003a95 → cc575a3e5800b42ffbb5182b53d87203b2c4fc26](astral-sh/ruff-pre-commit@1d42195...cc575a3)
- [github.com/psf/black: ec91a2be3c44d88e1a3960a4937ad6ed3b63464e → 6fdf8a4af28071ed1d079c01122b34c5d587207a](psf/black@ec91a2b...6fdf8a4)
- [github.com/astral-sh/ruff-pre-commit: 1d42195ebc67a509991eaf68c2353e0181003a95 → cc575a3e5800b42ffbb5182b53d87203b2c4fc26](astral-sh/ruff-pre-commit@1d42195...cc575a3)
- [github.com/adrienverge/yamllint: 8713140e99914c0cb6e07364daedfb140847c3c5 → 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6](adrienverge/yamllint@8713140...81e9f98)
  • Loading branch information
pre-commit-ci[bot] authored Feb 20, 2024
1 parent b654b05 commit e6b5837
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,15 +42,15 @@ repos:

# ruff - python linter with fixing ability
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 1d42195ebc67a509991eaf68c2353e0181003a95 # frozen: v0.1.14
rev: cc575a3e5800b42ffbb5182b53d87203b2c4fc26 # frozen: v0.2.2
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: ec91a2be3c44d88e1a3960a4937ad6ed3b63464e # frozen: 23.12.1
rev: 6fdf8a4af28071ed1d079c01122b34c5d587207a # frozen: 24.2.0
hooks:
- id: black
args: ["--safe"]
Expand Down Expand Up @@ -142,7 +142,7 @@ repos:

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

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

0 comments on commit e6b5837

Please sign in to comment.