Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repos:
- id: check-yaml
- id: check-json
- id: check-added-large-files
args: ["--maxkb=15000"]
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-case-conflict
Expand Down Expand Up @@ -35,8 +36,10 @@ repos:
additional_dependencies: [black==20.8b1]
- id: nbqa-isort
additional_dependencies: [isort==5.7.0]
- id: nbqa-flake8
additional_dependencies: [flake8==3.8.4]
# Fixing all the errors in practice notebooks is a nightmare and yields
# too much ignored error codes, which makes flake8 useless.
# - id: nbqa-flake8
# additional_dependencies: [flake8==3.8.4]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
Expand Down
Loading