Skip to content

Commit

Permalink
Remove Pylint and update other dependencies (#98)
Browse files Browse the repository at this point in the history
* Remove pylint
* Switch to black --line-length 120
* Update dependencies
  • Loading branch information
louis-pie authored Oct 13, 2022
1 parent 81eb0cc commit dde7cb4
Show file tree
Hide file tree
Showing 21 changed files with 95 additions and 746 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
if: steps.check.outcome == 'failure'
run: make dev

- name: Pylint
if: steps.check.outcome == 'failure'
run: make pylint

- name: Flake8
if: steps.check.outcome == 'failure'
run: make flake8
Expand Down
Loading

0 comments on commit dde7cb4

Please sign in to comment.