From 02c7918fae4f02364f9bbf28f429f7093feb6d39 Mon Sep 17 00:00:00 2001 From: Nicola Iarocci Date: Sun, 12 May 2019 11:05:07 +0200 Subject: [PATCH] Fix for Black warning Closes #494 --- .linting-config.yaml | 1 - .pre-commit-config.yaml | 1 - CHANGES.rst | 2 ++ 3 files changed, 2 insertions(+), 2 deletions(-) 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