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/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/PyCQA/autoflake: v2.2.0 → v2.3.1](PyCQA/autoflake@v2.2.0...v2.3.1)
- [github.com/psf/black: 23.3.0 → 24.8.0](psf/black@23.3.0...24.8.0)
- [github.com/pycqa/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1)
- [github.com/kumaraditya303/mirrors-pyright: v1.1.316 → v1.1.376](kumaraditya303/mirrors-pyright@v1.1.316...v1.1.376)
  • Loading branch information
pre-commit-ci[bot] committed Aug 19, 2024
1 parent d8bcb1b commit 3fd8611
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,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -13,18 +13,18 @@ repos:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.0
rev: v2.3.1
hooks:
- id: autoflake
args: [--remove-all-unused-imports, --in-place, --ignore-init-module-imports]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.8.0
hooks:
- id: black
language_version: python3.11

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -50,7 +50,7 @@ repos:
language_version: python3.11

- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: "v1.1.316"
rev: "v1.1.376"
hooks:
- id: pyright
args: [--warnings]
Expand Down

0 comments on commit 3fd8611

Please sign in to comment.