Skip to content

Commit 3ba97e5

Browse files
chore(release): 0.38.1 [skip ci]
## [0.38.1](v0.38.0...v0.38.1) (2025-11-30) ### Bug Fixes * .git/.gitignore/Makefile as project root ([4aa753f](4aa753f)) ### Reverts * Revert "chore(deps): update dependency python to 3.14 ([#722](#722))" ([7a54001](7a54001)) * Revert "ci: docs only run on master" ([fb185b2](fb185b2))
1 parent d2db08a commit 3ba97e5

File tree

10 files changed

+25
-14
lines changed

10 files changed

+25
-14
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.38.0
2+
current_version = 0.38.1
33
commit = False
44
tag = False
55

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.38.1](https://github.com/andreoliwa/nitpick/compare/v0.38.0...v0.38.1) (2025-11-30)
2+
3+
### Bug Fixes
4+
5+
- .git/.gitignore/Makefile as project root ([4aa753f](https://github.com/andreoliwa/nitpick/commit/4aa753f14d90dfdb4ca68d7809703b469ff36882))
6+
7+
### Reverts
8+
9+
- Revert "chore(deps): update dependency python to 3.14 ([#722](https://github.com/andreoliwa/nitpick/issues/722))" ([7a54001](https://github.com/andreoliwa/nitpick/commit/7a540010513988fd36b894786d2ecd0a3cdff37c))
10+
- Revert "ci: docs only run on master" ([fb185b2](https://github.com/andreoliwa/nitpick/commit/fb185b2d633f927c64c17a1b7ce0d5662c04c8ab))
11+
112
# [0.38.0](https://github.com/andreoliwa/nitpick/compare/v0.37.0...v0.38.0) (2025-10-17)
213

314
### Features

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ The recommendation is to choose `nitpick-suggest` and one of the fix/check hooks
271271
```yaml
272272
repos:
273273
- repo: https://github.com/andreoliwa/nitpick
274-
rev: v0.38.0
274+
rev: v0.38.1
275275
hooks:
276276
# This hook runs the `nitpick init --fix --suggest` command
277277
- id: nitpick-suggest
@@ -314,7 +314,7 @@ Nitpick as a plugin. Add the following two entries to your `.mega-linter.yml` co
314314

315315
```yaml
316316
PLUGINS:
317-
- https://raw.githubusercontent.com/andreoliwa/nitpick/v0.38.0/mega-linter-plugin-nitpick/nitpick.megalinter-descriptor.yml
317+
- https://raw.githubusercontent.com/andreoliwa/nitpick/v0.38.1/mega-linter-plugin-nitpick/nitpick.megalinter-descriptor.yml
318318
ENABLE_LINTERS:
319319
- NITPICK
320320
```

docs/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ GitHub URL scheme (`github://` or `gh://`) pinned to a specific version:
4242

4343
```toml
4444
[tool.nitpick]
45-
style = "github://andreoliwa/nitpick@v0.38.0/nitpick-style.toml"
45+
style = "github://andreoliwa/nitpick@v0.38.1/nitpick-style.toml"
4646
# or
47-
style = "gh://andreoliwa/nitpick@v0.38.0/nitpick-style.toml"
47+
style = "gh://andreoliwa/nitpick@v0.38.1/nitpick-style.toml"
4848
```
4949

5050
The `@` syntax is used to get a Git reference (commit, tag, branch). It is similar to the syntax used by `pip` and `pipx`:
@@ -70,14 +70,14 @@ A regular GitHub URL also works. The corresponding raw URL will be used.
7070

7171
```toml
7272
[tool.nitpick]
73-
style = "https://github.com/andreoliwa/nitpick/blob/v0.38.0/nitpick-style.toml"
73+
style = "https://github.com/andreoliwa/nitpick/blob/v0.38.1/nitpick-style.toml"
7474
```
7575

7676
Or use the raw GitHub URL directly:
7777

7878
```toml
7979
[tool.nitpick]
80-
style = "https://raw.githubusercontent.com/andreoliwa/nitpick/v0.38.0/nitpick-style.toml"
80+
style = "https://raw.githubusercontent.com/andreoliwa/nitpick/v0.38.1/nitpick-style.toml"
8181
```
8282

8383
You can also use the raw URL of a [GitHub Gist](https://gist.github.com):

docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The recommendation is to choose `nitpick-suggest` and one of the fix/check hooks
6666
```yaml
6767
repos:
6868
- repo: https://github.com/andreoliwa/nitpick
69-
rev: v0.38.0
69+
rev: v0.38.1
7070
hooks:
7171
# This hook runs the `nitpick init --fix --suggest` command
7272
- id: nitpick-suggest
@@ -109,7 +109,7 @@ Nitpick as a plugin. Add the following two entries to your `.mega-linter.yml` co
109109

110110
```yaml
111111
PLUGINS:
112-
- https://raw.githubusercontent.com/andreoliwa/nitpick/v0.38.0/mega-linter-plugin-nitpick/nitpick.megalinter-descriptor.yml
112+
- https://raw.githubusercontent.com/andreoliwa/nitpick/v0.38.1/mega-linter-plugin-nitpick/nitpick.megalinter-descriptor.yml
113113
ENABLE_LINTERS:
114114
- NITPICK
115115
```

mega-linter-plugin-nitpick/nitpick.megalinter-descriptor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ linters:
1313
name: NITPICK
1414
install:
1515
dockerfile:
16-
- RUN pip install nitpick==0.38.0
16+
- RUN pip install nitpick==0.38.1
1717
examples:
1818
- "nitpick check"
1919
- "nitpick fix"

nitpick-style.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Default style file for nitpick
2-
# https://github.com/andreoliwa/nitpick/blob/v0.38.0/nitpick-style.toml
2+
# https://github.com/andreoliwa/nitpick/blob/v0.38.1/nitpick-style.toml
33
# Kept here for compatibility, if someone is still accessing the file via GitHub URL.
44
# This style just includes the built-in preset shipped with Nitpick.
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nitpick",
3-
"version": "0.38.0",
3+
"version": "0.38.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/andreoliwa/nitpick.git"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ license = {text = "MIT"}
9292
name = "nitpick"
9393
readme = "README.md"
9494
requires-python = ">=3.10"
95-
version = "0.38.0"
95+
version = "0.38.1"
9696

9797
[project.entry-points."flake8.extension"]
9898
NIP = "nitpick.flake8:NitpickFlake8Extension"

src/nitpick/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
from nitpick.core import Nitpick
77

88
__all__ = ("Nitpick",)
9-
__version__ = "0.38.0"
9+
__version__ = "0.38.1"
1010

1111
logger.disable(PROJECT_NAME)

0 commit comments

Comments
 (0)