Skip to content

Commit 6d98425

Browse files
chore(release): 0.33.1 [skip ci]
## [0.33.1](v0.33.0...v0.33.1) (2023-03-29) ### Bug Fixes * **deps:** pin requests-cache to >=1.0.0 ([bc72699](bc72699)) * **deps:** update dependency tomlkit to v0.11.7 ([8dff578](8dff578))
1 parent bc72699 commit 6d98425

File tree

11 files changed

+22
-15
lines changed

11 files changed

+22
-15
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.33.0
2+
current_version = 0.33.1
33
commit = False
44
tag = False
55

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.33.1](https://github.com/andreoliwa/nitpick/compare/v0.33.0...v0.33.1) (2023-03-29)
2+
3+
### Bug Fixes
4+
5+
- **deps:** pin requests-cache to >=1.0.0 ([bc72699](https://github.com/andreoliwa/nitpick/commit/bc726990f8a5ff7b5dcc703ac3316edfe8b5ba17))
6+
- **deps:** update dependency tomlkit to v0.11.7 ([8dff578](https://github.com/andreoliwa/nitpick/commit/8dff57858b2a796bce195b0e9893e34e56f6dc97))
7+
18
# [0.33.0](https://github.com/andreoliwa/nitpick/compare/v0.32.0...v0.33.0) (2023-03-27)
29

310
### Bug Fixes

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ this to the ``.pre-commit-config.yaml`` in your repository::
377377

378378
repos:
379379
- repo: https://github.com/andreoliwa/nitpick
380-
rev: v0.33.0
380+
rev: v0.33.1
381381
hooks:
382382
- id: nitpick
383383

@@ -403,7 +403,7 @@ If you use `MegaLinter <https://megalinter.github.io/>`_ you can run Nitpick as
403403
.. code-block:: yaml
404404
405405
PLUGINS:
406-
- https://raw.githubusercontent.com/andreoliwa/nitpick/v0.33.0/mega-linter-plugin-nitpick/nitpick.megalinter-descriptor.yml
406+
- https://raw.githubusercontent.com/andreoliwa/nitpick/v0.33.1/mega-linter-plugin-nitpick/nitpick.megalinter-descriptor.yml
407407
ENABLE_LINTERS:
408408
- NITPICK
409409

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author = "W. Augusto Andreoli"
2020

2121
# The short X.Y version
22-
version = "0.33.0"
22+
version = "0.33.1"
2323
# The full version, including alpha/beta/rc tags
2424
release = version
2525

docs/configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ GitHub URL scheme (``github://`` or ``gh://``) pinned to a specific version:
4747
.. code-block:: toml
4848
4949
[tool.nitpick]
50-
style = "github://andreoliwa/nitpick@v0.33.0/nitpick-style.toml"
50+
style = "github://andreoliwa/nitpick@v0.33.1/nitpick-style.toml"
5151
# or
52-
style = "gh://andreoliwa/nitpick@v0.33.0/nitpick-style.toml"
52+
style = "gh://andreoliwa/nitpick@v0.33.1/nitpick-style.toml"
5353
5454
The ``@`` syntax is used to get a Git reference (commit, tag, branch).
5555
It is similar to the syntax used by ``pip`` and ``pipx``:
@@ -76,14 +76,14 @@ A regular GitHub URL also works. The corresponding raw URL will be used.
7676
.. code-block:: toml
7777
7878
[tool.nitpick]
79-
style = "https://github.com/andreoliwa/nitpick/blob/v0.33.0/nitpick-style.toml"
79+
style = "https://github.com/andreoliwa/nitpick/blob/v0.33.1/nitpick-style.toml"
8080
8181
Or use the raw GitHub URL directly:
8282

8383
.. code-block:: toml
8484
8585
[tool.nitpick]
86-
style = "https://raw.githubusercontent.com/andreoliwa/nitpick/v0.33.0/nitpick-style.toml"
86+
style = "https://raw.githubusercontent.com/andreoliwa/nitpick/v0.33.1/nitpick-style.toml"
8787
8888
You can also use the raw URL of a `GitHub Gist <https://gist.github.com>`_:
8989

docs/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you use pre-commit_ on your project, add this to the ``.pre-commit-config.yam
6161
6262
repos:
6363
- repo: https://github.com/andreoliwa/nitpick
64-
rev: v0.33.0
64+
rev: v0.33.1
6565
hooks:
6666
- id: nitpick
6767
@@ -100,7 +100,7 @@ If you use `MegaLinter <https://megalinter.github.io/>`_ you can run Nitpick as
100100
.. code-block:: yaml
101101
102102
PLUGINS:
103-
- https://raw.githubusercontent.com/andreoliwa/nitpick/v0.33.0/mega-linter-plugin-nitpick/nitpick.megalinter-descriptor.yml
103+
- https://raw.githubusercontent.com/andreoliwa/nitpick/v0.33.1/mega-linter-plugin-nitpick/nitpick.megalinter-descriptor.yml
104104
ENABLE_LINTERS:
105105
- NITPICK
106106

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.33.0
16+
- RUN pip install nitpick==0.33.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.33.0/nitpick-style.toml
2+
# https://github.com/andreoliwa/nitpick/blob/v0.33.1/nitpick-style.toml
33

44
# Kept here for compatibility, if someone is still accessing the file via GitHub URL.
55
# This style just includes the built-in preset shipped with Nitpick.

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.33.0",
3+
"version": "0.33.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
@@ -11,7 +11,7 @@ line-length = 120
1111

1212
[tool.poetry]
1313
name = "nitpick"
14-
version = "0.33.0"
14+
version = "0.33.1"
1515
description = "Enforce the same settings across multiple language-independent projects"
1616
authors = ["W. Augusto Andreoli <andreoliwa@gmail.com>"]
1717
license = "MIT"

0 commit comments

Comments
 (0)