Skip to content

Commit 9e19434

Browse files
Bump pylint-per-file-ignores from 3.2.0 to 3.2.1
Bumps [pylint-per-file-ignores](https://github.com/SAP/pylint-per-file-ignores) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/SAP/pylint-per-file-ignores/releases) - [Changelog](https://github.com/SAP/pylint-per-file-ignores/blob/main/CHANGELOG.md) - [Commits](SAP/pylint-per-file-ignores@v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: pylint-per-file-ignores dependency-version: 3.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aec5e53 commit 9e19434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ lint = [
7777
"isort==8.0.1; python_version > '3.11'",
7878
"mypy==1.20.0",
7979
"pylint-per-file-ignores==2.0.3; python_version <= '3.11'",
80-
"pylint-per-file-ignores==3.2.0; python_version > '3.11'",
80+
"pylint-per-file-ignores==3.2.1; python_version > '3.11'",
8181
"pylint==3.3.9; python_version <= '3.11'",
8282
"pylint==4.0.5; python_version > '3.11'",
8383
]

0 commit comments

Comments
 (0)