Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/domdfcoding/pre-commit-hooks
rev: v0.4.0
rev: v0.5.0
hooks:
- id: requirements-txt-sorter
args:
Expand Down Expand Up @@ -80,7 +80,7 @@ repos:
- id: snippet-fmt

- repo: https://github.com/python-formate/formate
rev: v0.9.0
rev: v1.1.2
hooks:
- id: formate
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ Enum Tools
:target: https://pypi.org/project/enum_tools/
:alt: PyPI - Wheel

.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/enum_tools?logo=anaconda
:target: https://anaconda.org/conda-forge/enum_tools
.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/enum-tools?logo=anaconda
:target: https://anaconda.org/conda-forge/enum-tools
:alt: Conda - Package Version

.. |conda-platform| image:: https://img.shields.io/conda/pn/conda-forge/enum_tools?label=conda%7Cplatform
:target: https://anaconda.org/conda-forge/enum_tools
.. |conda-platform| image:: https://img.shields.io/conda/pn/conda-forge/enum-tools?label=conda%7Cplatform
:target: https://anaconda.org/conda-forge/enum-tools
:alt: Conda - Platform

.. |license| image:: https://img.shields.io/github/license/domdfcoding/enum_tools
Expand Down Expand Up @@ -139,13 +139,13 @@ To install with ``pip``:

.. code-block:: bash

$ python -m pip install enum_tools
$ python -m pip install enum-tools

To install with ``conda``:

.. code-block:: bash

$ conda install -c conda-forge enum_tools
$ conda install -c conda-forge enum-tools

.. end installation

Expand Down
10 changes: 6 additions & 4 deletions doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ Enum Tools
:wheel:
:alt: PyPI - Wheel

.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/enum_tools?logo=anaconda
:target: https://anaconda.org/conda-forge/enum_tools
.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/enum-tools?logo=anaconda
:target: https://anaconda.org/conda-forge/enum-tools
:alt: Conda - Package Version

.. |conda-platform| image:: https://img.shields.io/conda/pn/conda-forge/enum_tools?label=conda%7Cplatform
:target: https://anaconda.org/conda-forge/enum_tools
.. |conda-platform| image:: https://img.shields.io/conda/pn/conda-forge/enum-tools?label=conda%7Cplatform
:target: https://anaconda.org/conda-forge/enum-tools
:alt: Conda - Platform

.. |license| github-shield::
Expand Down Expand Up @@ -156,8 +156,10 @@ Installation

.. installation:: enum_tools
:pypi:
:pypi-name: enum-tools
:github:
:anaconda:
:conda-name: enum-tools
:conda-channels: conda-forge

.. end installation
Expand Down
1 change: 1 addition & 0 deletions formate.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reformat-generics = 40
noqa-reformat = 60
ellipsis-reformat = 70
squish_stubs = 80
newline_after_equals = 90

[hooks.yapf]
priority = 30
Expand Down
Loading