Skip to content

Commit 4ca70ae

Browse files
Bump black from 25.9.0 to 25.11.0 (#194)
* Bump black from 25.9.0 to 25.11.0 Bumps [black](https://github.com/psf/black) from 25.9.0 to 25.11.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.9.0...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Remove outdated pylint rule --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niklas Schmidtmer <[email protected]>
1 parent a5865cf commit 4ca70ae

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.pylintrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ load-plugins=
4242
# Pickle collected data for later comparisons.
4343
persistent=yes
4444

45-
# When enabled, pylint would attempt to guess common misconfiguration and emit
46-
# user-friendly hints instead of false-positive error messages.
47-
suggestion-mode=yes
48-
4945
# Allow loading of arbitrary C extensions. Extensions are imported into the
5046
# active Python interpreter and may run arbitrary code.
5147
unsafe-load-any-extension=no

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
extras_require={
1515
"develop": [
1616
"pylint==4.0.4",
17-
"black==25.9.0",
17+
"black==25.11.0",
1818
],
1919
"testing": [
2020
"pytest==9.0.1",

0 commit comments

Comments
 (0)