mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
ci: fix ruff linter
This commit is contained in:
@@ -12,4 +12,4 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: pip install --user ruff
|
||||
- run: ruff --format=github .
|
||||
- run: ruff --output-format=github .
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Update Ruff linter in CI to remove deperecated option "--format"
|
||||
Reference in New Issue
Block a user