Skip to content

Commit

Permalink
Merge pull request pycontribs#127 from pycontribs/pre-commit-ci-updat…
Browse files Browse the repository at this point in the history
…e-config

chore: pre-commit autoupdate
  • Loading branch information
konstruktoid authored Jul 5, 2022
2 parents 031ba3e + 299c8bf commit 3576c0e
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 @@ -12,14 +12,14 @@ default_language_version:
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v2.6.2
rev: v2.7.1
hooks:
- id: prettier
additional_dependencies:
- prettier
- prettier-plugin-toml
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.2.0
rev: v4.3.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -29,7 +29,7 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8.git
Expand All @@ -42,13 +42,13 @@ repos:
- flake8-docstrings>=1.6.0
- flake8-pytest-style>=1.6.0
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.960
rev: v0.961
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
# args: [--strict]
- repo: https://github.com/pycqa/pylint
rev: v2.14.0
rev: v2.14.4
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 3576c0e

Please sign in to comment.