Skip to content

Commit ae38235

Browse files
committed
Fix linting errors
1 parent 53d6a24 commit ae38235

File tree

6 files changed

+160
-146
lines changed

6 files changed

+160
-146
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Run mypy
6161
run: |
62-
poetry run mypy src
62+
poetry run mypy
6363
6464
- name: Lint with Ruff
6565
run: |

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: poetry-check
1616
- id: poetry-lock
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.11.12
18+
rev: v0.12.0
1919
hooks:
2020
- id: ruff
2121
args:
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: mypy
2828
name: Check with mypy
29-
entry: poetry run mypy src
29+
entry: poetry run mypy
3030
language: system
3131
types:
3232
- python

0 commit comments

Comments
 (0)