Skip to content

Commit

Permalink
ci: fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Dec 11, 2023
1 parent cabedca commit 1605dcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ repos:
additional_dependencies:
- bandit[toml]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.282
hooks:
- id: ruff
rev: v0.0.282
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
hooks:
Expand Down
1 change: 1 addition & 0 deletions tests/test_greeter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from greeter import greeter


def test_dummy():
greeter("Hello")

0 comments on commit 1605dcf

Please sign in to comment.