Skip to content

Commit

Permalink
Increase max lines in linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Aug 31, 2024
1 parent a356d59 commit 04dd171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[flake8]
max-line-length = 220
max-line-length = 1000
2 changes: 1 addition & 1 deletion .github/workflows/.flake8
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[flake8]
max-line-length = 220
max-line-length = 1000

0 comments on commit 04dd171

Please sign in to comment.