Skip to content

Commit

Permalink
Remove pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
gediminasz committed Jun 30, 2023
1 parent 7707c62 commit e6bd26d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 247 deletions.
13 changes: 0 additions & 13 deletions .pylintrc

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ all: lint test

lint:
poetry run black --check .
poetry run pylint slskit tests
poetry run slskit tests
poetry run mypy --strict --allow-untyped-decorators

test:
Expand All @@ -17,7 +17,7 @@ snapshot:
update:
poetry add "salt>=3004.0"
poetry add click@latest colorlog@latest funcy@latest jsonschema@latest
poetry add --group=dev black@latest GitPython@latest mypy@latest pylint@latest pytest@latest pytest-snapshot@latest types-PyYAML@latest
poetry add --group=dev black@latest GitPython@latest mypy@latest pytest@latest pytest-snapshot@latest types-PyYAML@latest
poetry lock

publish:
Expand Down

0 comments on commit e6bd26d

Please sign in to comment.