Bump ruff from 0.12.8 to 0.12.9
Bumps ruff from 0.12.8 to 0.12.9.
Release notes
Sourced from ruff's releases.
0.12.9
Release Notes
Preview features
- [
airflow
] Add check forairflow.secrets.cache.SecretCache
(AIR301
) (#17707)- [
ruff
] Offer a safe fix for multi-digit zeros (RUF064
) (#19847)Bug fixes
- [
flake8-blind-except
] FixBLE001
false-positive onraise ... from None
(#19755)- [
flake8-comprehensions
] Fix false positive forC420
with attribute, subscript, or slice assignment targets (#19513)- [
flake8-simplify
] Fix handling of U+001C..U+001F whitespace (SIM905
) (#19849)Rule changes
- [
pylint
] Use lowercase hex characters to match the formatter (PLE2513
) (#19808)Documentation
- Fix
lint.future-annotations
link (#19876)Other changes
- Build
riscv64
binaries for release (#19819)- Add rule code to error description in GitLab output (#19896)
Contributors
... (truncated)
Changelog
Sourced from ruff's changelog.
0.12.9
Preview features
- [
airflow
] Add check forairflow.secrets.cache.SecretCache
(AIR301
) (#17707)- [
ruff
] Offer a safe fix for multi-digit zeros (RUF064
) (#19847)Bug fixes
- [
flake8-blind-except
] FixBLE001
false-positive onraise ... from None
(#19755)- [
flake8-comprehensions
] Fix false positive forC420
with attribute, subscript, or slice assignment targets (#19513)- [
flake8-simplify
] Fix handling of U+001C..U+001F whitespace (SIM905
) (#19849)Rule changes
- [
pylint
] Use lowercase hex characters to match the formatter (PLE2513
) (#19808)Documentation
- Fix
lint.future-annotations
link (#19876)Other changes
Commits
-
ef42246
Bump 0.12.9 (#19917) -
dc2e8ab
[ty] supportkw_only=True
fordataclass()
andfield()
(#19677) -
9aaa82d
Feature/build riscv64 bin (#19819) -
3288ac2
[ty] Add caching toCodeGeneratorKind::matches()
(#19912) -
1167ed6
[ty] RenamefunctionArgumentNames
tocallArgumentNames
inlay hint setting... -
2ee47d8
[ty] Defaultty.inlayHints.*
server settings to true (#19910) -
d324ced
[ty] Remove py-fuzzer skips for seeds that are no longer slow (#19906) -
5a570c8
[ty] fix deferred name loading in PEP695 generic classes/functions (#19888) -
baadb5a
[ty] Add some additional type safety toCycleDetector
(#19903) -
df0648a
[flake8-blind-except
] FixBLE001
false-positive onraise ... from None
... - Additional commits viewable in compare view