Skip to content

Commit

Permalink
add boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Dec 5, 2023
1 parent a2c0c45 commit 5ba11be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ repos:
rev: v0.0.291
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix, --extend-exclude, docs/ ]
args: [ --fix, --exit-non-zero-on-fix ]
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ build-backend = "setuptools.build_meta:__legacy__"
line-length = 88

[tool.ruff]
exclude = ["docs/source/conf.py"]

# pycodestyle (E, W)
# Pyflakes (F)
# flake8-annotations (ANN)
Expand Down

0 comments on commit 5ba11be

Please sign in to comment.