Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fmatter committed Nov 7, 2023
1 parent de0a228 commit bef5d24
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
poetry.lock
tasks.py
Makefile
etc
# Byte-compiled / optimized / DLL files
Expand Down
13 changes: 13 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 # Use the ref you want to point at
hooks:
- id: end-of-file-fixer
exclude_types: [tex, text]
- id: trailing-whitespace
exclude_types: [tex, text]
exclude: mkdocs.yaml
- repo: https://github.com/psf/black
rev: 23.9.1
hooks:
- id: black
3 changes: 0 additions & 3 deletions CONTRIBUTING.md

This file was deleted.

4 changes: 0 additions & 4 deletions MANIFEST.in

This file was deleted.

0 comments on commit bef5d24

Please sign in to comment.