Skip to content

Commit

Permalink
CHORE: update pylint and some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yashaka committed Jun 10, 2024
1 parent 21726a9 commit e406272
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 224 deletions.
2 changes: 1 addition & 1 deletion .pylint-disabled-rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import-error,
missing-module-docstring,
invalid-name,
missing-class-docstring,
no-self-use,
unused-argument,
unused-wildcard-import,
undefined-variable,
Expand Down Expand Up @@ -51,3 +50,4 @@ unnecessary-ellipsis,
unused-private-member,
typevar-name-incorrect-variance,
anomalous-backslash-in-string,
use-dict-literal,
2 changes: 1 addition & 1 deletion .run/lint_pylint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

touch __init__.py
pylint $(pwd) --disable="$(cat .pylint-disabled-rules)" --ignore-patterns=.venv -r n
pylint $(pwd) --disable="$(cat .pylint-disabled-rules)" --ignore-paths=\.venv --ignore-patterns=.*\.pyi -r n
rm __init__.py
Loading

0 comments on commit e406272

Please sign in to comment.