Skip to content

Commit

Permalink
MAINT: Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Sep 24, 2023
1 parent 8d642c9 commit ad081f7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
args: ['--fix=lf']
- id: check-added-large-files
args: ['--maxkb=500']
# - repo: https://gitlab.com/pycqa/flake8
# rev: 3.8.3
# hooks:
# - id: flake8
- repo: https://github.com/psf/black
rev: 23.9.1
hooks:
- id: black
args: [--target-version, py36]
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
hooks:
Expand All @@ -37,8 +35,14 @@ repos:
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
hooks:
- id: flake8
args: ["--ignore", "E,W,F"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: 'v1.5.1'
hooks:
- id: mypy
- repo: https://github.com/pre-commit/mirrors-isort
Expand Down

0 comments on commit ad081f7

Please sign in to comment.