We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449bc4a commit f923393Copy full SHA for f923393
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ repos:
3
rev: 20.8b1
4
hooks:
5
- id: black
6
- language_version: python3.7
+ language_version: python3.9
7
exclude: '(src/lumigo_opentelemetry/external/.*|src/test/integration/grpcio/app/helloworld_pb2.*)'
8
additional_dependencies: ['click==8.0.4']
9
0 commit comments