summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linters.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/linters.yml10
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index dec9e2e..4fc4404 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -3,16 +3,12 @@ name: Run linters
on:
push:
branches: [ master ]
- paths:
- - '**.py'
- - .github/workflows/linters.yml
- - requirements-lint.txt
pull_request:
branches: [ master ]
jobs:
lint:
- uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.1.2
+ uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.4.0
with:
- pipenv: true
mypy: true
- pydocstyle: false \ No newline at end of file
+ ruff: true
+ black: true \ No newline at end of file