Compare commits

...

2 commits

Author SHA1 Message Date
Gabriel Augendre f34cd7f396
Merge pull request #14 from Crocmagnon/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2023-09-19 13:02:53 +02:00
pre-commit-ci[bot] 198817d3be
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v3.10.1 → v3.11.0](https://github.com/asottile/pyupgrade/compare/v3.10.1...v3.11.0)
2023-09-19 10:09:38 +00:00

View file

@ -18,7 +18,7 @@ repos:
- --markdown-linebreak-ext=md
exclude: ^2022/inputs/day05
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.11.0
hooks:
- id: pyupgrade
args: [--py311-plus]