Skip to content

Commit

Permalink
fix: Add ignore to flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroSiqueira1 committed Sep 3, 2024
1 parent 3e4e908 commit f705505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[flake8]
ignore = E203,F401,F403
max-line-length = 100
2 changes: 2 additions & 0 deletions pipelines/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

"""
Prefect flows for cor project
"""
Expand Down

0 comments on commit f705505

Please sign in to comment.