We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382a026 commit 6976ef3Copy full SHA for 6976ef3
2 files changed
{{cookiecutter.project_name}}/.github/workflows/lint-global.yml
@@ -50,6 +50,5 @@ jobs:
50
with:
51
python-version-file: .python-version
52
53
-
54
- name: Run global linting checks
55
run: uvx nox -s lint-global
{{cookiecutter.project_name}}/.github/workflows/lint-python.yml
@@ -44,5 +44,8 @@ jobs:
44
45
46
47
+ - name: Run formatting checks
48
+ run: uvx nox -s format-python
49
+
- name: Run linting checks
run: uvx nox -s lint-python
0 commit comments