Skip to content

Commit 2efcae3

Browse files
Bump pylint-per-file-ignores from 3.2.0 to 3.2.1 (#104)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8a4c67 commit 2efcae3

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
@@ -76,7 +76,7 @@ lint = [
7676
"isort==8.0.1; python_version > '3.11'",
7777
"mypy==1.20.0",
7878
"pylint-per-file-ignores==2.0.3; python_version <= '3.11'",
79-
"pylint-per-file-ignores==3.2.0; python_version > '3.11'",
79+
"pylint-per-file-ignores==3.2.1; python_version > '3.11'",
8080
"pylint==3.3.9; python_version <= '3.11'",
8181
"pylint==4.0.5; python_version > '3.11'",
8282
]

0 commit comments

Comments
 (0)