Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
repos:
- repo: local
hooks:
- id: style
name: style
language: system
entry: make style
types: [python]
repos:
Comment thread
FacerAin marked this conversation as resolved.
- repo: local
hooks:
- id: style
Comment thread
ghlrobin marked this conversation as resolved.
name: style
language: system
entry: make style
Comment thread
ghlrobin marked this conversation as resolved.
types: [python]
1 change: 1 addition & 0 deletions example/example1.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("Example 2 code")