Skip to content

Commit

Permalink
Suppress flake8 A005 in existing API (#4)
Browse files Browse the repository at this point in the history
This is a new check, and addressing the check's concern would change the
public API of the package. Suppress the existing violation specifically
and continue using the check to prevent new code from violating the
rule.
  • Loading branch information
cottsay authored Jun 13, 2024
1 parent 3c0e87e commit 80ecbe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ colcon_core.verb =

[flake8]
import-order-style = google
per-file-ignores =
colcon_rerun/logging.py:A005

[coverage:run]
source = colcon_rerun

0 comments on commit 80ecbe2

Please sign in to comment.