Skip to content

Commit

Permalink
Merge branch 'main' into CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTranter committed Feb 8, 2024
2 parents a6734a9 + c014c59 commit 917589b
Show file tree
Hide file tree
Showing 60 changed files with 1,484 additions and 1,462 deletions.
13 changes: 13 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ci:
autoupdate_commit_msg: "chore: update pre-commit hooks"
autofix_commit_msg: "style: pre-commit fixes"

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.3"
hooks:
- id: ruff
args: [--fix, --show-fixes, --exclude=__init__.py]
types_or: [python, pyi, jupyter]
- id: ruff-format
types_or: [python, pyi, jupyter]
Loading

0 comments on commit 917589b

Please sign in to comment.