Skip to content

Commit 7dcbcaa

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.2...v1.4.0) (2025-01-17) ### Features * **release:** new Release ([06954ff](06954ff))
1 parent 526f0f3 commit 7dcbcaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

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

pyproject.toml

+1-1
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.6"
22+
version = "1.4.0"
2323

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

0 commit comments

Comments
 (0)