Skip to content

Commit

Permalink
chore: add git ignore revs file
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Jun 21, 2024
1 parent 95bf5ce commit d91d81a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# .git-blame-ignore-revs
# Initial Ruff formatting
todododododododo
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
hooks:
- id: ruff-format
args: [ --check ]

0 comments on commit d91d81a

Please sign in to comment.