From 40f7429922194a9174728d55d9ce5f38149ae50b Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Wed, 21 Sep 2022 13:52:59 +0200 Subject: [PATCH] Let's eat our own dog food ;) Enabling picky parentheses to run on itself. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e371b18..8b9b6b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - flake8-bugbear - flake8-builtins - flake8-docstrings - # - flake8-picky-parentheses + - flake8-picky-parentheses - flake8-quotes - pep8-naming - repo: local