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/PyCQA/isort: dbf82f2dd09ae41d9355bcd7ab69187a19e6bf2f → c235f5e450b4b84e58d114ed4c589cbf454175a3](PyCQA/isort@dbf82f2...c235f5e)
- [github.com/psf/black-pre-commit-mirror: 34974913abb598ee76541db1900f24fde7dd1d76 → b02c62619ac9bb0031c1211d03fbe2802c02ce19](psf/black-pre-commit-mirror@3497491...b02c626)
- [github.com/pre-commit/pre-commit-hooks: c4a0b883114b00d8d76b479c820ce7950211c99b → 2c9f875913ee60ca25ce70243dc24d5b6415598c](pre-commit/pre-commit-hooks@c4a0b88...2c9f875)
- [github.com/PyCQA/flake8: 10f4af6dbcf93456ba7df762278ae61ba3120dc6 → e43806be3607110919eff72939fda031776e885a](PyCQA/flake8@10f4af6...e43806b)
- [github.com/pre-commit/mirrors-mypy: 4c8a8c7d5eb892ab5a6e23e11f36dbba5874d40c → a22ad011a66f01f475842c80a05243a33679422d](pre-commit/mirrors-mypy@4c8a8c7...a22ad01)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 88b9ff1 commit 5293fb8
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 @@ -14,19 +14,19 @@ repos:
- flake8-builtins
- flake8-comprehensions
- repo: https://github.com/PyCQA/isort
rev: dbf82f2dd09ae41d9355bcd7ab69187a19e6bf2f # frozen: 5.12.0
rev: c235f5e450b4b84e58d114ed4c589cbf454175a3 # frozen: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 34974913abb598ee76541db1900f24fde7dd1d76 # frozen: 23.11.0
rev: b02c62619ac9bb0031c1211d03fbe2802c02ce19 # frozen: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/docformatter
rev: dfefe062799848234b4cd60b04aa633c0608025e # frozen: v1.7.5
hooks:
- id: docformatter
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
hooks:
- id: check-yaml
- repo: https://github.com/pre-commit/pygrep-hooks
Expand All @@ -36,15 +36,15 @@ repos:
- id: python-check-blanket-noqa
- id: python-check-blanket-type-ignore
- repo: https://github.com/PyCQA/flake8
rev: 10f4af6dbcf93456ba7df762278ae61ba3120dc6 # frozen: 6.1.0
rev: e43806be3607110919eff72939fda031776e885a # frozen: 7.1.1
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear
- flake8-builtins
- flake8-comprehensions
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 4c8a8c7d5eb892ab5a6e23e11f36dbba5874d40c # frozen: v1.7.0
rev: a22ad011a66f01f475842c80a05243a33679422d # frozen: v1.11.1
hooks:
- id: mypy
args: ["--scripts-are-modules"]
Expand Down

0 comments on commit 5293fb8

Please sign in to comment.