pannman commited on
Commit
040098b
·
1 Parent(s): c2248af

fix little error

Browse files
.github/workflows/pysen-python-app.yaml CHANGED
@@ -42,7 +42,7 @@ jobs:
42
 
43
  - name: Test with pytest
44
  run: |
45
- poetry run pytest source/tests/*
46
 
47
 
48
  - name: Commit changes
 
42
 
43
  - name: Test with pytest
44
  run: |
45
+ poetry run pytest work/tests/*
46
 
47
 
48
  - name: Commit changes
pyproject.toml CHANGED
@@ -29,7 +29,7 @@ mypy_preset = "entry"
29
  line_length = 120
30
  py_version = "py310"
31
 
32
- [tool.pysen.lint.source]
33
  includes = ["."]
34
  excludes = ["./migrations"]
35
 
 
29
  line_length = 120
30
  py_version = "py310"
31
 
32
+ [tool.pysen.lint.work]
33
  includes = ["."]
34
  excludes = ["./migrations"]
35