Skip to content

Commit

Permalink
chore(lint): Ignore Pylama check in tools
Browse files Browse the repository at this point in the history
  • Loading branch information
lafeychine committed Nov 3, 2023
1 parent de62223 commit a64aae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylama.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pylama]
skip = galaxy/*
skip = galaxy/*,tools/*
ignore = E111,E221,E501,C901
max_line_length = 160

0 comments on commit a64aae2

Please sign in to comment.