Skip to content

Commit

Permalink
Merge pull request #4 from tataratat/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
j042 authored Oct 12, 2023
2 parents a4511ff + e3b8981 commit 2e7aeae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ci:

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 @@ -28,7 +28,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: "v3.8.0"
rev: "v3.15.0"
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -39,19 +39,19 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: "23.3.0"
rev: "23.9.1"
hooks:
- id: black
args: [--line-length=79]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.280
rev: v0.0.292
hooks:
- id: ruff
#args: [--fix, --exit-non-zero-on-fix]

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

0 comments on commit 2e7aeae

Please sign in to comment.