Skip to content

Commit

Permalink
[WIP] retry with pre-commit CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marfox committed Oct 5, 2021
1 parent 31de0c2 commit 8288f67
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.9.3
hooks:
- id: isort
args: [-s, soweego/cli.py]
- repo: https://github.com/myint/autoflake
rev: v1.4
hooks:
- id: autoflake
args: [-i, -r, --remove-all-unused-imports, --remove-unused-variables]
- repo: https://github.com/psf/black
rev: 21.9b0
hooks:
- id: black
args: [-S, -l 80]

0 comments on commit 8288f67

Please sign in to comment.