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.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.18.0](asottile/pyupgrade@v3.15.0...v3.18.0)
- [github.com/psf/black: 23.12.1 → 24.10.0](psf/black@23.12.1...24.10.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.7.0](astral-sh/ruff-pre-commit@v0.1.11...v0.7.0)
- [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.7](nbQA-dev/nbQA@1.7.1...1.8.7)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent ec6d567 commit 83adbf4
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 @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -15,14 +15,14 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.18.0
hooks:
- id: pyupgrade
args:
- "--py38-plus"

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

Expand All @@ -31,8 +31,8 @@ repos:
hooks:
- id: blackdoc

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.1.11"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.0"
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -43,7 +43,7 @@ repos:
- id: prettier

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
rev: 1.8.7
hooks:
- id: nbqa-ruff
args: ["--fix"]
Expand Down

0 comments on commit 83adbf4

Please sign in to comment.