Skip to content

Commit

Permalink
don't commit debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaljovec committed Nov 17, 2022
1 parent aacd892 commit 94d9d2c
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 @@ -41,7 +41,7 @@ repos:
require_serial: true # use require_serial so that script is only called once per commit
- id: isort
name: isort
entry: "python3 -c 'import sys; print(sys.executable)' && isort --settings-path=pyproject.toml"
entry: "isort --settings-path=pyproject.toml"
language: system
types: [python]
require_serial: true
Expand Down

0 comments on commit 94d9d2c

Please sign in to comment.