Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/Lucas-C/pre-commit-hooks: 12885e376b93dc4536ad68d156065601e4433665 → 762c66ea96843b54b936fc680162ea67f85ec2d7](Lucas-C/pre-commit-hooks@12885e3...762c66e)
- [github.com/asottile/yesqa: 265e9ff7c83add4949f81bb5fe14f4a743ffb04c → f2ae90cf9e1661ade79d0881186ce4fd7ba6ee79](asottile/yesqa@265e9ff...f2ae90c)
- [github.com/psf/black: bf7a16254ec96b084a6caf3d435ec18f0f245cc7 → 193ee766ca496871f93621d6b58d57a6564ff81b](psf/black@bf7a162...193ee76)
- https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter
- [github.com/PyCQA/docformatter: 8b8dae1d990e2e4fec7ff6704a79c23a403cd605 → dfefe062799848234b4cd60b04aa633c0608025e](PyCQA/docformatter@8b8dae1...dfefe06)
- [github.com/PyCQA/flake8: c838a5e98878f17889cfce311e1406d252f87ec5 → 10f4af6dbcf93456ba7df762278ae61ba3120dc6](PyCQA/flake8@c838a5e...10f4af6)
- [github.com/pre-commit/mirrors-mypy: b84480de6124681d551749528ab4b42c2269df8c → 92192ce4375942ece2c41ddfa482e3d723fe6084](pre-commit/mirrors-mypy@b84480d...92192ce)
  • Loading branch information
pre-commit-ci[bot] committed Aug 14, 2023
1 parent 0054e60 commit ac1fe3b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: 12885e376b93dc4536ad68d156065601e4433665 # frozen: v1.5.1
rev: 762c66ea96843b54b936fc680162ea67f85ec2d7 # frozen: v1.5.4
hooks:
- id: insert-license
files: '^src/.+\.py$|^tests/.+\.py$'
Expand All @@ -14,7 +14,7 @@ repos:
- mdformat-gfm
- mdformat-black
- repo: https://github.com/asottile/yesqa
rev: 265e9ff7c83add4949f81bb5fe14f4a743ffb04c # frozen: v1.4.0
rev: f2ae90cf9e1661ade79d0881186ce4fd7ba6ee79 # frozen: v1.5.0
hooks:
- id: yesqa
additional_dependencies:
Expand All @@ -32,11 +32,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: bf7a16254ec96b084a6caf3d435ec18f0f245cc7 # frozen: 23.3.0
rev: 193ee766ca496871f93621d6b58d57a6564ff81b # frozen: 23.7.0
hooks:
- id: black
- repo: https://github.com/myint/docformatter
rev: 8b8dae1d990e2e4fec7ff6704a79c23a403cd605 # frozen: v1.5.0
- repo: https://github.com/PyCQA/docformatter
rev: dfefe062799848234b4cd60b04aa633c0608025e # frozen: v1.7.5
hooks:
- id: docformatter
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -50,15 +50,15 @@ repos:
- id: python-check-blanket-noqa
- id: python-check-blanket-type-ignore
- repo: https://github.com/PyCQA/flake8
rev: c838a5e98878f17889cfce311e1406d252f87ec5 # frozen: 6.0.0
rev: 10f4af6dbcf93456ba7df762278ae61ba3120dc6 # frozen: 6.1.0
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear
- flake8-builtins
- flake8-comprehensions
- repo: https://github.com/pre-commit/mirrors-mypy
rev: b84480de6124681d551749528ab4b42c2269df8c # frozen: v1.2.0
rev: 92192ce4375942ece2c41ddfa482e3d723fe6084 # frozen: v1.5.0
hooks:
- id: mypy
args: ["--scripts-are-modules"]

0 comments on commit ac1fe3b

Please sign in to comment.