Skip to content

Commit

Permalink
chore: fix broken pre commit hook with python 3 7 (#953)
Browse files Browse the repository at this point in the history
* bump pre-commit python to 3.9

* try another ignore syntax

* remove ignore directive

---------

Co-authored-by: CircleCI <[email protected]>
  • Loading branch information
harelmo-lumigo and CircleCI authored Nov 18, 2024
1 parent 449bc4a commit f923393
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 @@ -3,7 +3,7 @@ repos:
rev: 20.8b1
hooks:
- id: black
language_version: python3.7
language_version: python3.9
exclude: '(src/lumigo_opentelemetry/external/.*|src/test/integration/grpcio/app/helloworld_pb2.*)'
additional_dependencies: ['click==8.0.4']

Expand Down

0 comments on commit f923393

Please sign in to comment.