Skip to content

Commit

Permalink
Go black
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jun 12, 2021
1 parent 06c1237 commit 2a9d489
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 115 deletions.
26 changes: 26 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-added-large-files
- id: check-json
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 21.6b0
hooks:
- id: black

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear
- flake8-builtins
- flake8-import-order-jwodder
- flake8-unused-arguments
exclude: ^test/data

0 comments on commit 2a9d489

Please sign in to comment.