Skip to content

Commit

Permalink
chore(release): 0.26.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.26.0](andreoliwa/nitpick@v0.25.0...v0.26.0) (2021-03-16)

### Features

* cache remote styles to avoid HTTP requests ([andreoliwa#312](andreoliwa#312)) ([08104d8](andreoliwa@08104d8))
  • Loading branch information
semantic-release-bot committed Mar 16, 2021
1 parent b73c309 commit 092c8ed
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.25.0
current_version = 0.26.0
commit = False
tag = False

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [0.26.0](https://github.com/andreoliwa/nitpick/compare/v0.25.0...v0.26.0) (2021-03-16)

### Features

- cache remote styles to avoid HTTP requests ([#312](https://github.com/andreoliwa/nitpick/issues/312)) ([08104d8](https://github.com/andreoliwa/nitpick/commit/08104d83d753a32d1438b79d7a100e10895ab79c))

# [0.25.0](https://github.com/andreoliwa/nitpick/compare/v0.24.1...v0.25.0) (2021-03-09)

### Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To try the package, simply install it (in a virtualenv or globally) and run `fla

$ flake8 .

Nitpick will download and use the opinionated [default style file](https://raw.githubusercontent.com/andreoliwa/nitpick/v0.25.0/nitpick-style.toml).
Nitpick will download and use the opinionated [default style file](https://raw.githubusercontent.com/andreoliwa/nitpick/v0.26.0/nitpick-style.toml).

You can use it as a template to configure your own style.

Expand All @@ -76,7 +76,7 @@ If you use [pre-commit](https://pre-commit.com/) on your project (you should), a

repos:
- repo: https://github.com/andreoliwa/nitpick
rev: v0.25.0
rev: v0.26.0
hooks:
- id: nitpick

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
author = "W. Augusto Andreoli"

# The short X.Y version
version = "0.25.0"
version = "0.26.0"
# The full version, including alpha/beta/rc tags
release = version

Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Use the URL of the remote file. If it's hosted on GitHub, use the raw GitHub URL
.. code-block:: toml
[tool.nitpick]
style = "https://raw.githubusercontent.com/andreoliwa/nitpick/v0.25.0/nitpick-style.toml"
style = "https://raw.githubusercontent.com/andreoliwa/nitpick/v0.26.0/nitpick-style.toml"
You can also use the raw URL of a `GitHub Gist <https://gist.github.com>`_:

Expand Down
40 changes: 20 additions & 20 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can use these examples directly with their URL (see :ref:`multiple_styles`),
Absent files
------------

Contents of `styles/absent-files.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/absent-files.toml>`_:
Contents of `styles/absent-files.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/absent-files.toml>`_:

.. code-block:: toml
Expand All @@ -35,7 +35,7 @@ Contents of `styles/absent-files.toml <https://github.com/andreoliwa/nitpick/blo
black_
------

Contents of `styles/black.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/black.toml>`_:
Contents of `styles/black.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/black.toml>`_:

.. code-block:: toml
Expand Down Expand Up @@ -69,7 +69,7 @@ Contents of `styles/black.toml <https://github.com/andreoliwa/nitpick/blob/v0.25
EditorConfig_
-------------

Contents of `styles/editorconfig.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/editorconfig.toml>`_:
Contents of `styles/editorconfig.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/editorconfig.toml>`_:

.. code-block:: toml
Expand Down Expand Up @@ -109,7 +109,7 @@ Contents of `styles/editorconfig.toml <https://github.com/andreoliwa/nitpick/blo
flake8_
-------

Contents of `styles/flake8.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/flake8.toml>`_:
Contents of `styles/flake8.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/flake8.toml>`_:

.. code-block:: toml
Expand Down Expand Up @@ -153,7 +153,7 @@ Contents of `styles/flake8.toml <https://github.com/andreoliwa/nitpick/blob/v0.2
IPython_
--------

Contents of `styles/ipython.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/ipython.toml>`_:
Contents of `styles/ipython.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/ipython.toml>`_:

.. code-block:: toml
Expand All @@ -166,7 +166,7 @@ Contents of `styles/ipython.toml <https://github.com/andreoliwa/nitpick/blob/v0.
isort_
------

Contents of `styles/isort.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/isort.toml>`_:
Contents of `styles/isort.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/isort.toml>`_:

.. code-block:: toml
Expand Down Expand Up @@ -196,7 +196,7 @@ Contents of `styles/isort.toml <https://github.com/andreoliwa/nitpick/blob/v0.25
mypy_
-----

Contents of `styles/mypy.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/mypy.toml>`_:
Contents of `styles/mypy.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/mypy.toml>`_:

.. code-block:: toml
Expand Down Expand Up @@ -230,7 +230,7 @@ Contents of `styles/mypy.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.
package.json_
-------------

Contents of `styles/package-json.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/package-json.toml>`_:
Contents of `styles/package-json.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/package-json.toml>`_:

.. code-block::
Expand All @@ -251,7 +251,7 @@ Contents of `styles/package-json.toml <https://github.com/andreoliwa/nitpick/blo
Poetry_
-------

Contents of `styles/poetry.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/poetry.toml>`_:
Contents of `styles/poetry.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/poetry.toml>`_:

.. code-block:: toml
Expand All @@ -263,7 +263,7 @@ Contents of `styles/poetry.toml <https://github.com/andreoliwa/nitpick/blob/v0.2
Bash_
-----

Contents of `styles/pre-commit/bash.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/pre-commit/bash.toml>`_:
Contents of `styles/pre-commit/bash.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/pre-commit/bash.toml>`_:

.. code-block:: toml
Expand All @@ -280,7 +280,7 @@ Contents of `styles/pre-commit/bash.toml <https://github.com/andreoliwa/nitpick/
commitlint_
-----------

Contents of `styles/pre-commit/commitlint.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/pre-commit/commitlint.toml>`_:
Contents of `styles/pre-commit/commitlint.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/pre-commit/commitlint.toml>`_:

.. code-block:: toml
Expand All @@ -299,7 +299,7 @@ Contents of `styles/pre-commit/commitlint.toml <https://github.com/andreoliwa/ni
pre-commit_ (hooks)
-------------------

Contents of `styles/pre-commit/general.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/pre-commit/general.toml>`_:
Contents of `styles/pre-commit/general.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/pre-commit/general.toml>`_:

.. code-block:: toml
Expand All @@ -322,7 +322,7 @@ Contents of `styles/pre-commit/general.toml <https://github.com/andreoliwa/nitpi
pre-commit_ (main)
------------------

Contents of `styles/pre-commit/main.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/pre-commit/main.toml>`_:
Contents of `styles/pre-commit/main.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/pre-commit/main.toml>`_:

.. code-block:: toml
Expand All @@ -337,7 +337,7 @@ Contents of `styles/pre-commit/main.toml <https://github.com/andreoliwa/nitpick/
pre-commit_ (Python hooks)
--------------------------

Contents of `styles/pre-commit/python.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/pre-commit/python.toml>`_:
Contents of `styles/pre-commit/python.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/pre-commit/python.toml>`_:

.. code-block:: toml
Expand All @@ -358,7 +358,7 @@ Contents of `styles/pre-commit/python.toml <https://github.com/andreoliwa/nitpic
Pylint_
-------

Contents of `styles/pylint.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/pylint.toml>`_:
Contents of `styles/pylint.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/pylint.toml>`_:

.. code-block:: toml
Expand Down Expand Up @@ -422,7 +422,7 @@ Contents of `styles/pylint.toml <https://github.com/andreoliwa/nitpick/blob/v0.2
Python 3.6
----------

Contents of `styles/python36.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/python36.toml>`_:
Contents of `styles/python36.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/python36.toml>`_:

.. code-block:: toml
Expand All @@ -434,7 +434,7 @@ Contents of `styles/python36.toml <https://github.com/andreoliwa/nitpick/blob/v0
Python 3.7
----------

Contents of `styles/python37.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/python37.toml>`_:
Contents of `styles/python37.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/python37.toml>`_:

.. code-block:: toml
Expand All @@ -446,7 +446,7 @@ Contents of `styles/python37.toml <https://github.com/andreoliwa/nitpick/blob/v0
Python 3.8
----------

Contents of `styles/python38.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/python38.toml>`_:
Contents of `styles/python38.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/python38.toml>`_:

.. code-block:: toml
Expand All @@ -458,7 +458,7 @@ Contents of `styles/python38.toml <https://github.com/andreoliwa/nitpick/blob/v0
Python 3.9
----------

Contents of `styles/python39.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/python39.toml>`_:
Contents of `styles/python39.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/python39.toml>`_:

.. code-block:: toml
Expand All @@ -470,7 +470,7 @@ Contents of `styles/python39.toml <https://github.com/andreoliwa/nitpick/blob/v0
tox_
----

Contents of `styles/tox.toml <https://github.com/andreoliwa/nitpick/blob/v0.25.0/styles/tox.toml>`_:
Contents of `styles/tox.toml <https://github.com/andreoliwa/nitpick/blob/v0.26.0/styles/tox.toml>`_:

.. code-block:: toml
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you use pre-commit_ on your project (you should), add this to the ``.pre-comm
repos:
- repo: https://github.com/andreoliwa/nitpick
rev: v0.25.0
rev: v0.26.0
hooks:
- id: nitpick
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. Different anchors pointing to the same URL:
.. _nitpick-style.toml:
.. _default style file: https://github.com/andreoliwa/nitpick/blob/v0.25.0/nitpick-style.toml
.. _default style file: https://github.com/andreoliwa/nitpick/blob/v0.26.0/nitpick-style.toml

.. Sort alphabetically from here:
Expand Down
2 changes: 1 addition & 1 deletion nitpick-style.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default style file for nitpick
# https://raw.githubusercontent.com/andreoliwa/nitpick/v0.25.0/nitpick-style.toml
# https://raw.githubusercontent.com/andreoliwa/nitpick/v0.26.0/nitpick-style.toml

[nitpick]
minimum_version = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nitpick",
"version": "0.25.0",
"version": "0.26.0",
"repository": {
"type": "git",
"url": "https://github.com/andreoliwa/nitpick.git"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ line-length = 120

[tool.poetry]
name = "nitpick"
version = "0.25.0"
version = "0.26.0"
description = "Enforce the same configuration across multiple projects"
authors = ["W. Augusto Andreoli <andreoliwa@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/nitpick/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from nitpick.core import Nitpick # noqa: F401

__all__ = ("Nitpick",)
__version__ = "0.25.0"
__version__ = "0.26.0"

logger.disable(PROJECT_NAME)

0 comments on commit 092c8ed

Please sign in to comment.