Skip to content

Running black, and flake8, fixing flake8 errors #6

Running black, and flake8, fixing flake8 errors

Running black, and flake8, fixing flake8 errors #6

Workflow file for this run

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
language_version: python3.12
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
hooks:
- id: flake8
args: [ --config, .flake8 ]