Skip to content

Commit

Permalink
Merge pull request pycontribs#130 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 Aug 2, 2022
2 parents 3576c0e + 62cace9 commit 69d709d
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 @@ -33,7 +33,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pycqa/flake8.git
rev: 4.0.1
rev: 5.0.2
hooks:
- id: flake8
language_version: python3
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.961
rev: v0.971
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
# args: [--strict]
- repo: https://github.com/pycqa/pylint
rev: v2.14.4
rev: v2.14.5
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 69d709d

Please sign in to comment.