Skip to content

Commit d5b4f02

Browse files
hjmjohnsonclaude
andcommitted
STYLE: Update commented py39 reference to py310 in pre-commit config
Update the commented-out black args line to reference py310, consistent with the active configuration. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 28fcd72 commit d5b4f02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ repos:
7474
rev: 24.2.0
7575
hooks: # check conformance to black formatting
7676
- id: black
77-
#args: ['--diff', '-v', '--target-version', 'py39' ] # if run without arguments, will fail and will format the files
77+
#args: ['--diff', '-v', '--target-version', 'py310' ] # if run without arguments, will fail and will format the files
7878
args: ['--target-version', 'py310' ] # Allow black to fail and provide auto-formatting to files that need it for compliance
7979
exclude: ".*build.*|\\/ThirdParty\\/|\\/Data\\/"
8080
- repo: https://github.com/asottile/pyupgrade

0 commit comments

Comments
 (0)