Skip to content

Commit

Permalink
Merge pull request #161 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 3, 2023
2 parents fb33092 + e5fe559 commit 644115f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: "v3.10.1"
rev: "v3.14.0"
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -38,7 +38,7 @@ repos:
- id: isort

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

0 comments on commit 644115f

Please sign in to comment.