From bbae51311db13431fd9415c243382fd097203226 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Thu, 30 Mar 2023 08:17:45 -0600 Subject: [PATCH] version bumps. add more checks --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 961ef0a..5b48838 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,6 +30,12 @@ repos: - id: trailing-whitespace files: \.(py|sh|rst|yml|yaml)$ - repo: https://github.com/PyCQA/flake8 + id: flake8 + description: '`flake8` is a command-line utility for enforcing style consistency across Python projects.' + entry: flake8 + language: python + types: [python] + require_serial: true rev: 6.0.0 hooks: - id: flake8