Skip to content

Commit

Permalink
Merge pull request #5 from DiverseStardewValley/pre-commit-ci-update-…
Browse files Browse the repository at this point in the history
…config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
nuztalgia authored Dec 13, 2022
2 parents cd00592 + 9f01895 commit cf5ffd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.0
rev: v3.3.1
hooks:
- id: pyupgrade
args: ["--py310-plus"]
Expand Down Expand Up @@ -37,12 +37,12 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.11.1
hooks:
- id: isort

Expand Down

0 comments on commit cf5ffd8

Please sign in to comment.