Skip to content

Commit

Permalink
Merge pull request #34 from kurtmckee/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
kurtmckee authored Jul 2, 2024
2 parents ea1fb96 + 0374c3d commit f78d585
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 @@ -11,7 +11,7 @@ repos:
- id: "check-useless-excludes"

- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: "v4.5.0"
rev: "v4.6.0"
hooks:
- id: "check-added-large-files"
- id: "check-merge-conflict"
Expand All @@ -24,15 +24,15 @@ repos:
- id: "trailing-whitespace"

- repo: "https://github.com/asottile/pyupgrade"
rev: "v3.15.2"
rev: "v3.16.0"
hooks:
- id: "pyupgrade"
name: "Enforce Python 3.8+ idioms"
args:
- "--py38-plus"

- repo: "https://github.com/psf/black-pre-commit-mirror"
rev: "24.3.0"
rev: "24.4.2"
hooks:
- id: "black"

Expand All @@ -42,7 +42,7 @@ repos:
- id: "isort"

- repo: "https://github.com/pycqa/flake8"
rev: "7.0.0"
rev: "7.1.0"
hooks:
- id: "flake8"
additional_dependencies:
Expand Down

0 comments on commit f78d585

Please sign in to comment.