instana / python-sensor

:snake: Python Distributed Tracing & Metrics Sensor for Instana
https://www.instana.com/
MIT License
69 stars 31 forks source link

feature: added pre-commit feature for code standardization #580

Closed CagriYonca closed 2 months ago

CagriYonca commented 3 months ago

use the command below to check your codebase before commit, otherwise you'll not be able to push your changes: pre-commit run --all-files

you can rebase from this branch, all alerts have been solved.