Skip to content

Commit

Permalink
Don't require all the linters, just recommend them
Browse files Browse the repository at this point in the history
I personally do not prefer installing some of those everywhere, yet I
want to have vcs-diff-lint handy.

Relates: #27
  • Loading branch information
praiskup committed Sep 20, 2024
1 parent 8538e23 commit 0cf3bba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vcs-diff-lint.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Source0: %name-%version.tar.gz

Requires: csdiff
Requires: git
Requires: pylint
Requires: python3-mypy
Requires: python3-types-requests
Requires: ruff
Recommends: pylint
Recommends: python3-mypy
Recommends: python3-types-requests
Recommends: ruff

%description
Analyze code, and print only reports related to a particular change.
Expand Down

0 comments on commit 0cf3bba

Please sign in to comment.