Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Ignore I300 and I301 in favor of BLK100 (#327)

## [0.5.1] - 2026-07-17

### Changed
Expand Down
3 changes: 3 additions & 0 deletions ni_python_styleguide/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ ignore =
# flake8-import-order
# I101 - The names in your from import are in the wrong order. (Enforced by E401)
I101
# I300, I301 - Blank lines around imports and if TYPE_CHECKING. We will use BLK100
Comment thread
mshafer-NI marked this conversation as resolved.
I300
I301

per-file-ignores=
# We want to ignore missing docstrings in test methods as they are self documenting
Expand Down