mirror of
https://github.com/Crocmagnon/advent-of-code.git
synced 2024-11-21 14:08:11 +01:00
Merge pull request #11 from Crocmagnon/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
commit
e5d05109af
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ repos:
|
||||||
- --markdown-linebreak-ext=md
|
- --markdown-linebreak-ext=md
|
||||||
exclude: ^2022/inputs/day05
|
exclude: ^2022/inputs/day05
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v3.8.0
|
rev: v3.9.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py311-plus]
|
args: [--py311-plus]
|
||||||
|
@ -28,7 +28,7 @@ repos:
|
||||||
- id: isort
|
- id: isort
|
||||||
args: [--profile, black]
|
args: [--profile, black]
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 23.3.0
|
rev: 23.7.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
args: [--target-version, py310]
|
args: [--target-version, py310]
|
||||||
|
|
Loading…
Reference in a new issue