We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1c762 commit f6664daCopy full SHA for f6664da
1 file changed
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
29
run: ruff format --check .
30
31
- name: isort check
32
- run: isort --check .
+ run: isort --check src/
33
34
- name: Pyright
35
run: pyright
0 commit comments