Skip to content

Commit

Permalink
Suppress flake8 A005 in existing API (#15)
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 9b3d99c commit 48aec8d
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_alias/logging.py:A005

[coverage:run]
source = colcon_alias

0 comments on commit 48aec8d

Please sign in to comment.