Skip to content

Commit f923393

Browse files
harelmo-lumigoCircleCI
and
CircleCI
authored
chore: fix broken pre commit hook with python 3 7 (#953)
* bump pre-commit python to 3.9 * try another ignore syntax * remove ignore directive --------- Co-authored-by: CircleCI <[email protected]>
1 parent 449bc4a commit f923393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: 20.8b1
44
hooks:
55
- id: black
6-
language_version: python3.7
6+
language_version: python3.9
77
exclude: '(src/lumigo_opentelemetry/external/.*|src/test/integration/grpcio/app/helloworld_pb2.*)'
88
additional_dependencies: ['click==8.0.4']
99

0 commit comments

Comments
 (0)