mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix warning in black job.
This commit is contained in:
parent
07ac8957c8
commit
6437700a61
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -11,7 +11,8 @@ jobs:
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: psf/black@stable
|
||||
with:
|
||||
args: ". --check"
|
||||
src: "."
|
||||
options: "--check"
|
||||
|
||||
mypy:
|
||||
name: Type checking
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user