From b063cb407942d2206d6ec0bcde8e911476227cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 10:38:35 +0000 Subject: [PATCH 1/2] Bump pyproject-fmt from 2.17.0 to 2.18.0 Bumps [pyproject-fmt](https://github.com/tox-dev/toml-fmt) from 2.17.0 to 2.18.0. - [Release notes](https://github.com/tox-dev/toml-fmt/releases) - [Commits](https://github.com/tox-dev/toml-fmt/compare/pyproject-fmt/2.17.0...pyproject-fmt/2.18.0) --- updated-dependencies: - dependency-name: pyproject-fmt dependency-version: 2.18.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c45df07f..cdd62cd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ optional-dependencies.dev = [ "pygments==2.19.2", "pylint[spelling]==4.0.5", "pylint-per-file-ignores==3.2.0", - "pyproject-fmt==2.17.0", + "pyproject-fmt==2.18.0", "pyrefly==0.55.0", "pyright==1.1.408", "pyroma==5.0.1", From 61e7b954a3632d447a5148597d36cf98465e5549 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Wed, 4 Mar 2026 10:20:41 +0000 Subject: [PATCH 2/2] Apply pyproject-fmt 2.18 inline table key reordering Made-with: Cursor --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cdd62cd5..b84fa445 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -159,11 +159,11 @@ lint.pydocstyle.convention = "google" [tool.pylint] # Allow the body of an if to be on the same line as the test if there is no # else. -"FORMAT".single-line-if-stmt = false +FORMAT.single-line-if-stmt = false # Pickle collected data for later comparisons. -"MASTER".persistent = true +MASTER.persistent = true # Use multiple processes to speed up Pylint. -"MASTER".jobs = 0 +MASTER.jobs = 0 # List of plugins (as comma separated values of python modules names) to load, # usually to register additional checkers. # See https://chezsoi.org/lucas/blog/pylint-strict-base-configuration.html. @@ -173,7 +173,7 @@ lint.pydocstyle.convention = "google" # - pylint.extensions.magic_value # - pylint.extensions.while_used # as they seemed to get in the way. -"MASTER".load-plugins = [ +MASTER.load-plugins = [ "pylint_per_file_ignores", "pylint.extensions.bad_builtin", "pylint.extensions.comparison_placement", @@ -193,7 +193,7 @@ lint.pydocstyle.convention = "google" ] # Allow loading of arbitrary C extensions. Extensions are imported into the # active Python interpreter and may run arbitrary code. -"MASTER".unsafe-load-any-extension = false +MASTER.unsafe-load-any-extension = false # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option # multiple time (only on the command line, not in the configuration file where @@ -250,12 +250,12 @@ lint.pydocstyle.convention = "google" ] # Spelling dictionary name. Available dictionaries: none. To make it working # install python-enchant package. -"SPELLING".spelling-dict = "en_US" +SPELLING.spelling-dict = "en_US" # A path to a file that contains private dictionary; one word per line. -"SPELLING".spelling-private-dict-file = "spelling_private_dict.txt" +SPELLING.spelling-private-dict-file = "spelling_private_dict.txt" # Tells whether to store unknown words to indicated private dictionary in # --spelling-private-dict-file option instead of raising a message. -"SPELLING".spelling-store-unknown-words = "no" +SPELLING.spelling-store-unknown-words = "no" [tool.check-manifest] ignore = [