Skip to content

Commit

Permalink
Merge pull request #475 from matplotlib/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
ianhi authored Jul 7, 2022
2 parents 8a3740d + 534ac2e commit b68ee07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_schedule: 'quarterly'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: check-docstring-first
- id: end-of-file-fixer
Expand All @@ -22,22 +22,22 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v2.34.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v2.6.2'
rev: 'v2.7.1'
hooks:
- id: prettier
types: [ts]

- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v8.12.0'
rev: 'v8.19.0'
hooks:
- id: eslint
files: \.ts$ # *.ts
Expand Down

0 comments on commit b68ee07

Please sign in to comment.