Skip to content

Commit

Permalink
Remove setup.py; add a few pre-commit items
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Sep 18, 2023
1 parent 4c695a5 commit 811788c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 9 additions & 1 deletion .pre-commit-config.yaml
Expand Up @@ -5,12 +5,20 @@ repos:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.11.0
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.11.5
hooks:
- id: isort
- id: isort
name: isort (python)
- repo: https://github.com/citation-file-format/cffconvert
rev: 054bda51dbe278b3e86f27c890e3f3ac877d616c
hooks:
- id: validate-cff
4 changes: 0 additions & 4 deletions setup.py

This file was deleted.

0 comments on commit 811788c

Please sign in to comment.