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

Commit 952863d

Browse files
chore(release): 1.3.2 [skip ci]
## [1.3.2](v1.3.1...v1.3.2) (2023-09-20) ### Bug Fixes * **keyerror:** fixed keyerror that occours after isntalling but not configuring ([23df922](23df922)), closes [#90](#90)
1 parent 0a3a2ea commit 952863d

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.1",
3+
"version": "1.3.2",
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.1"
22+
version = "1.3.2"
2323

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

0 commit comments

Comments
 (0)