Skip to content

Commit c9a9eaa

Browse files
committed
use .pylintrc
1 parent dd40538 commit c9a9eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic-python3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# * `test_BaseType_Unicode` and `test_nestedStructure` fail due to
2121
# DISET's string and unicode types being poorly defined
2222
- pytest --runslow -k 'not test_BaseType_Unicode and not test_nestedStructure'
23-
- pylint -E src/
23+
- pylint -E src/ --rcfile=.pylintrc
2424

2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)