Skip to content

Commit

Permalink
Merge pull request #332 from cytoscape/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
marimeireles authored Sep 12, 2022
2 parents 20d9f21 + 08e8235 commit 91bd91f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,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 91bd91f

Please sign in to comment.