Skip to content

Commit

Permalink
revert .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
harelmo-lumigo committed Apr 16, 2024
1 parent f2ff8a3 commit 4528dea
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 @@ -21,7 +21,7 @@ repos:
- types-requests==2.28.11.2
- types-setuptools==65.5.0.2
- types-urllib3<1.27
exclude: '(src/test/|noxfile\.py)|(src/lumigo_opentelemetry/external/.*)|(src/lumigo_opentelemetry/instrumentations/logging/.*)'
exclude: '(src/test/|noxfile\.py)|(src/lumigo_opentelemetry/external/.*)'
args: ['--install-types', # Ensure the types stubs are installed
'--explicit-package-bases', # Needed for src/ci
'--namespace-packages', # Needed for opentelemetry package
Expand Down

0 comments on commit 4528dea

Please sign in to comment.