Skip to content

Commit

Permalink
[TASK] bump configs
Browse files Browse the repository at this point in the history
  • Loading branch information
KartoffelToby committed Feb 8, 2024
1 parent db150f7 commit 8c79bcf
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
Expand Up @@ -3,9 +3,9 @@ repos:
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py39-plus]
args: [--py312-plus]
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
args:
Expand All @@ -14,7 +14,7 @@ repos:
- --verbose
- --skip-magic-trailing-comma
- --target-version
- py310
- py312
files: ''
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
Expand Down

0 comments on commit 8c79bcf

Please sign in to comment.