Skip to content

Commit

Permalink
Add linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeerraarrdd committed Feb 7, 2025
1 parent fff01c5 commit b0bf349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ cython_debug/
# .idea/

# Pylint
.pylintrc
# .pylintrc

# markdownlint.config
.markdownlint*
# .markdownlint*

# macOS
.DS_Store
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
disable=line-too-long

0 comments on commit b0bf349

Please sign in to comment.