๐Ÿ“ฆ dhruvmanila / remove-print-statements

๐Ÿ“„ .pre-commit-hooks.yaml ยท 8 lines
1
2
3
4
5
6
7
8- id: remove-print-statements
  name: remove print statements
  description: remove all the print statements from your Python project
  entry: remove-print-statements
  language: python
  types: [python]
  require_serial: true