Skip to content

Commit

Permalink
remove py312 check for black since it's not support in our version, t…
Browse files Browse the repository at this point in the history
…his will be updated later via pre-commit autoupdate
  • Loading branch information
mikealfare committed Oct 17, 2024
1 parent be99466 commit b43150c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repos:
- --target-version=py39
- --target-version=py310
- --target-version=py311
- --target-version=py312
# - --target-version=py312 # not supported in 23.1.0

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
Expand Down

0 comments on commit b43150c

Please sign in to comment.