Skip to content

Commit d0ae32c

Browse files
committed
fix release date & ignore E124 linting rule
1 parent bdd0f17 commit d0ae32c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<span id="v1-9-6" />
1919

20-
## ...`v1.9.6`
20+
## 13.03.2026`v1.9.6`
2121

2222
* The compiled version of the library now includes the type stub files (`.pyi`), so type checkers can properly check types.
2323
* Made all type hints in the whole library way more strict and accurate.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ xulbux-help = "xulbux.cli.help:show_help"
122122
max-complexity = 12
123123
max-line-length = 127
124124
select = ["E", "F", "W", "C90"]
125-
extend-ignore = ["E203", "E266", "E502", "W503"]
125+
extend-ignore = ["E124", "E203", "E266", "E502", "W503"]
126126
per-file-ignores = ["__init__.py:F403,F405", "types.py:E302,E305"]
127127

128128
[tool.setuptools]

0 commit comments

Comments
 (0)