Skip to content

Commit

Permalink
version bumps. add more checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Mar 30, 2023
1 parent ac7ce0f commit bbae513
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbae513

Please sign in to comment.