Skip to content

Commit

Permalink
try to fix test circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Orlovsky committed Nov 18, 2024
1 parent 5f4c72f commit f91385f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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.8
exclude: '(src/lumigo_opentelemetry/external/.*|src/test/integration/grpcio/app/helloworld_pb2.*)'
additional_dependencies: ['click==8.0.4']

Expand All @@ -12,6 +12,7 @@ repos:
hooks:
- id: mypy
entry: mypy
language_version: python3.8
additional_dependencies:
- types-attrs==19.1.0
- types-boto==2.49.17
Expand Down

0 comments on commit f91385f

Please sign in to comment.