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/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.254 → v0.1.9](astral-sh/ruff-pre-commit@v0.0.254...v0.1.9)
- [github.com/psf/black: 23.1.0 → 23.12.1](psf/black@23.1.0...23.12.1)
- [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.8.0](pre-commit/mirrors-mypy@v1.1.1...v1.8.0)
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.2 → v0.9.0.6](shellcheck-py/shellcheck-py@v0.9.0.2...v0.9.0.6)
- [github.com/codespell-project/codespell: v2.2.4 → v2.2.6](codespell-project/codespell@v2.2.4...v2.2.6)
  • Loading branch information
pre-commit-ci[bot] authored Jan 1, 2024
1 parent f1d4a53 commit 2d5f79c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: "3.10"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -15,19 +15,19 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.254"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.9"
hooks:
- id: ruff
args: [--fix]

- repo: https://github.com/psf/black
rev: "23.1.0"
rev: "23.12.1"
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.1.1"
rev: "v1.8.0"
hooks:
- id: mypy
exclude: (setup.py|^tests|conftest.py)
Expand All @@ -41,12 +41,12 @@ repos:
- pytest

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: "v0.9.0.2"
rev: "v0.9.0.6"
hooks:
- id: shellcheck

- repo: https://github.com/codespell-project/codespell
rev: "v2.2.4"
rev: "v2.2.6"
hooks:
- id: codespell
args: ["-L", "te,slowy,aray,ba,nd,classs,crate,feld,lits"]
Expand Down

0 comments on commit 2d5f79c

Please sign in to comment.