Skip to content

Commit b0bf349

Browse files
committed
Add linter rules
1 parent fff01c5 commit b0bf349

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ cython_debug/
161161
# .idea/
162162

163163
# Pylint
164-
.pylintrc
164+
# .pylintrc
165165

166166
# markdownlint.config
167-
.markdownlint*
167+
# .markdownlint*
168168

169169
# macOS
170170
.DS_Store

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
disable=line-too-long

0 commit comments

Comments
 (0)