Skip to content

Commit

Permalink
added line to end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
kkovary committed Aug 12, 2024
1 parent 20a3113 commit 7894340
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
repos:
- repo: https://github.com/psf/black
rev: "24.8.0" # run `pre-commit autoupdate`
hooks:
- id: black
- repo: https://github.com/psf/black
rev: "24.8.0" # run `pre-commit autoupdate`
hooks:
- id: black
name: black
entry: black
args:
args:
- --check
language: system
types: [python]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.7"
hooks:
- id: ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.7"
hooks:
- id: ruff
name: ruff
entry: ruff
args: ["check"]
args: ["check"]
language: system
types: [python]
types: [python]

0 comments on commit 7894340

Please sign in to comment.