Skip to content

Commit

Permalink
Fix for Black warning
Browse files Browse the repository at this point in the history
Closes #494
  • Loading branch information
nicolaiarocci committed May 12, 2019
1 parent f080c68 commit 02c7918
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .linting-config.yaml
Expand Up @@ -5,7 +5,6 @@ repos:
hooks:
- id: black
args: [--check]
python_version: python3.6
types:
- python
exclude: ^docs/conf.py$
Expand Down
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Expand Up @@ -5,7 +5,6 @@ repos:
hooks:
- id: black
args: [--quiet]
python_version: python3.6
types:
- python
exclude: ^docs/conf.py$
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -9,8 +9,10 @@ In Development
Fixed
~~~~~~

- WARNING Unexpected keys present on Black: python_version (`#494`_)
- CHANGES.rst is not correctly listed in MANIFEST.in (`#493`_)

.. _`#494`: https://github.com/pyeve/cerberus/issues/494
.. _`#493`: https://github.com/pyeve/cerberus/issues/493

Version 1.3.1
Expand Down

0 comments on commit 02c7918

Please sign in to comment.