Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit c528759

Browse files
chore(release): 1.3.1 [skip ci]
## [1.3.1](v1.3.0...v1.3.1) (2023-09-19) ### Bug Fixes * **pylint_per_file_ignores/__init__.py:** this change fixes loading custom pyproject.toml files which is caused due to tomllib ([c247fdd](c247fdd))
1 parent e10c77a commit c528759

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pylint-per-file-ignores",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"private": true,
55
"description": "This pylint plugin will enable per-file-ignores in your project!",
66
"scripts": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = "MIT"
1919
name = "pylint-per-file-ignores"
2020
readme = "README.md"
2121
repository = "https://github.com/christopherpickering/pylint-per-file-ignores.git"
22-
version = "1.3.0"
22+
version = "1.3.1"
2323

2424
[tool.poetry.dependencies]
2525
python = "^3.8.1"

0 commit comments

Comments
 (0)