Merge pull request #1 from Crocmagnon/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Gabriel Augendre 2022-12-13 07:19:27 +01:00 committed by GitHub
commit 2928ea7892
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,17 +18,17 @@ 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.2.2 rev: v3.3.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py311-plus] args: [--py311-plus]
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.10.1 rev: 5.11.1
hooks: hooks:
- id: isort - id: isort
args: [--profile, black] args: [--profile, black]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.10.0 rev: 22.12.0
hooks: hooks:
- id: black - id: black
args: [--target-version, py310] args: [--target-version, py310]