Skip to content

Commit

Permalink
Merge pull request #34 from jameslamb/more-python-3.9
Browse files Browse the repository at this point in the history
upgrade target Python version for black to 3.10
  • Loading branch information
jakirkham authored Aug 29, 2024
2 parents 98084e8 + 3c59e99 commit e89744d
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 @@ -17,7 +17,7 @@ repos:
hooks:
- id: black
language_version: python3
args: [--target-version=py39]
args: [--target-version=py310]
files: ^(python/.*|benchmarks/.*)$
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
Expand Down

0 comments on commit e89744d

Please sign in to comment.