Skip to content

Commit

Permalink
Merge pull request #522 from dajiaji/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
dajiaji committed Aug 3, 2024
2 parents 6ed1e9d + 0e328ca commit 0a03d98
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
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
args: [--line-length, "128"]

- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
rev: 1.18.0
hooks:
- id: blacken-docs

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
args: [--ignore, "E203,E501,B006,W503"]
Expand All @@ -24,14 +24,14 @@ repos:
args: [--profile, "black"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.11.0
hooks:
- id: mypy
args: [--ignore-missing-imports]
additional_dependencies: [types-requests==2.26.3]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-json
- id: check-toml
Expand Down

0 comments on commit 0a03d98

Please sign in to comment.