diff --git a/.linting-config.yaml b/.linting-config.yaml index 4ad372b0..fb4d2f39 100644 --- a/.linting-config.yaml +++ b/.linting-config.yaml @@ -5,7 +5,6 @@ repos: hooks: - id: black args: [--check] - python_version: python3.6 types: - python exclude: ^docs/conf.py$ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9b048c1..1f53fe5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,6 @@ repos: hooks: - id: black args: [--quiet] - python_version: python3.6 types: - python exclude: ^docs/conf.py$ diff --git a/CHANGES.rst b/CHANGES.rst index 4aedd4aa..c059d911 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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