Skip to content

Commit 9dac855

Browse files
committed
fix: fix files checked in cicd
1 parent f994862 commit 9dac855

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

{{cookiecutter.project_name}}/{% if cookiecutter.repository_provider == 'github' %}.github{% endif %}/workflows/lint-python.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
- "noxfile.py"
1212
- "pyproject.toml"
1313
- ".ruff.toml"
14-
- ".pydocstyle"
1514
- ".github/workflows/lint-python.yml"
1615
push:
1716
branches:
@@ -23,7 +22,6 @@ on:
2322
- "noxfile.py"
2423
- "pyproject.toml"
2524
- ".ruff.toml"
26-
- ".pydocstyle"
2725
- ".github/workflows/lint-python.yml"
2826

2927
workflow_dispatch:

{{cookiecutter.project_name}}/{% if cookiecutter.repository_provider == 'github' %}.github{% endif %}/workflows/security-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "tests/**/*.py"
1111
- "noxfile.py"
1212
- "pyproject.toml"
13-
- ".bandit"
13+
- "bandit.yml"
1414
- ".ruff.toml"
1515
- ".github/workflows/security-python.yml"
1616
push:
@@ -22,7 +22,7 @@ on:
2222
- "tests/**/*.py"
2323
- "noxfile.py"
2424
- "pyproject.toml"
25-
- ".bandit"
25+
- "bandit.yml"
2626
- ".ruff.toml"
2727
- ".github/workflows/security-python.yml"
2828

{{cookiecutter.project_name}}/{% if cookiecutter.repository_provider == 'gitlab' %}.gitlab-ci.yml{% endif %}

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ quality-python:
5757
- "noxfile.py"
5858
- "pyproject.toml"
5959
- ".ruff.toml"
60-
- ".pydocstyle"
6160
- "pyrightconfig.json"
6261
- ".gitlab-ci.yml"
6362

0 commit comments

Comments
 (0)