Skip to content

Commit e173bf1

Browse files
authored
move pylint config to pyproject.toml (#1725)
1 parent 0178355 commit e173bf1

File tree

7 files changed

+28
-512
lines changed

7 files changed

+28
-512
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
ruff check can
106106
- name: pylint
107107
run: |
108-
pylint --rcfile=.pylintrc \
108+
pylint \
109109
can/**.py \
110110
can/io \
111111
doc/conf.py \

0 commit comments

Comments
 (0)