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/psf/black: 22.3.0 → 24.2.0](psf/black@22.3.0...24.2.0)
- [github.com/commitizen-tools/commitizen: v2.18.0 → v3.15.0](commitizen-tools/commitizen@v2.18.0...v3.15.0)
- [github.com/kynan/nbstripout: 0.5.0 → 0.7.1](kynan/nbstripout@0.5.0...0.7.1)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.215 → v0.2.2](astral-sh/ruff-pre-commit@v0.0.215...v0.2.2)
- [github.com/FHPythonUtils/LicenseCheck: 2023.1.1 → 2024](FHPythonUtils/LicenseCheck@2023.1.1...2024)
- [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 Feb 19, 2024
1 parent 280434b commit e2a7731
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@ default_install_hook_types: [pre-commit, commit-msg]

repos:
- repo: "https://github.com/psf/black"
rev: "22.3.0"
rev: "24.2.0"
hooks:
- id: black
stages: [commit]

- repo: "https://github.com/commitizen-tools/commitizen"
rev: "v2.18.0"
rev: "v3.15.0"
hooks:
- id: commitizen
stages: [commit-msg]

- repo: "https://github.com/kynan/nbstripout"
rev: "0.5.0"
rev: "0.7.1"
hooks:
- id: nbstripout
stages: [commit]

- repo: "https://github.com/pre-commit/mirrors-prettier"
rev: "v2.7.1"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
stages: [commit]
exclude: tests\/test_.+\.

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.215"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.2"
hooks:
- id: ruff
stages: [commit]
Expand All @@ -39,13 +39,13 @@ repos:
stages: [commit]

- repo: https://github.com/FHPythonUtils/LicenseCheck
rev: "2023.1.1"
rev: "2024"
hooks:
- id: licensecheck
stages: [commit]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.6
hooks:
- id: codespell
stages: [commit]
Expand Down

0 comments on commit e2a7731

Please sign in to comment.