Commit a358be7d by Andrea Mignone Committed by Bjorn Neergaard

Fix the files pattern

parent 3a2476e5
......@@ -5,7 +5,7 @@
language: python
language_version: python3
pass_filenames: false
files: '^.*/pyproject\.toml$'
files: ^pyproject.toml$
- id: poetry-lock
name: poetry-lock
......@@ -22,5 +22,5 @@
language: python
language_version: python3
pass_filenames: false
files: '^.*/poetry\.lock$'
files: ^poetry.lock$
args: ["-f", "requirements.txt", "-o", "requirements.txt"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment