Skip to content

Commit

Permalink
Merge pull request #247 from PyCQA/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
graingert committed Jan 11, 2021
2 parents 8c75bf7 + 11e1fb5 commit f06b20a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
additional_dependencies: [flake8-2020]

- repo: https://github.com/pycqa/isort
rev: 5.6.4
rev: 5.7.0
hooks:
- id: isort

Expand All @@ -28,15 +28,15 @@ repos:
- id: python-check-blanket-noqa

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v3.4.0
hooks:
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
- id: mixed-line-ending

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.1.2
rev: v2.2.1
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
Expand Down

0 comments on commit f06b20a

Please sign in to comment.