Skip to content

Commit

Permalink
feat(updating-auto-fs-creation): creating flake8 ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
albjoaov committed Mar 8, 2024
1 parent 4a46ec9 commit d5f1203
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[flake8]
ignore =
# D100: docstring for modules might not be so useful
D100
# Complains about \s and \w even if are regex
W605
2 changes: 1 addition & 1 deletion butterfree/automated/feature_set_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


@dataclass(frozen=True)
class Table:
class Table: # noqa: D101
id: str
database: str
name: str
Expand Down

0 comments on commit d5f1203

Please sign in to comment.