Skip to content

Commit

Permalink
Remove pycln
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Mar 11, 2023
1 parent 37df187 commit 3442fe6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ repos:
##############################################################################
# Python/Cython formatting and linting
##############################################################################
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.3
hooks:
- id: pycln
name: pycln (remove unused imports)

- repo: https://github.com/asottile/add-trailing-comma
rev: v2.4.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pre-commit: format
pre-commit run --all-files

ruff:
ruff check .
ruff check . --fix

update:
(cd nautilus_core && cargo update)
Expand Down

0 comments on commit 3442fe6

Please sign in to comment.