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/flake8: 3.9.2 → 7.0.0](PyCQA/flake8@3.9.2...7.0.0)
- [github.com/mgedmin/check-manifest: 0.48 → 0.49](mgedmin/check-manifest@0.48...0.49)
- [github.com/myint/autoflake: v2.0.0 → v2.3.1](PyCQA/autoflake@v2.0.0...v2.3.1)
- [github.com/pre-commit/mirrors-autopep8: v2.0.0 → v2.0.4](pre-commit/mirrors-autopep8@v2.0.0...v2.0.4)
- [github.com/psf/black: 22.10.0 → 24.3.0](psf/black@22.10.0...24.3.0)
- https://github.com/ikamensh/flynt/: 0.77 → 1.0.1
- [github.com/asottile/pyupgrade: v3.2.2 → v3.15.2](asottile/pyupgrade@v3.2.2...v3.15.2)
  • Loading branch information
pre-commit-ci[bot] authored Apr 8, 2024
1 parent 0ccd55e commit 4131136
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
repos:
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: 'https://github.com/pycqa/flake8'
rev: 3.9.2
rev: 7.0.0
hooks:
- id: flake8
- repo: 'https://github.com/pre-commit/mirrors-isort'
rev: v5.10.1
hooks:
- id: isort
- repo: 'https://github.com/mgedmin/check-manifest'
rev: '0.48'
rev: '0.49'
hooks:
- id: check-manifest
- repo: 'https://github.com/myint/autoflake'
rev: v2.0.0
rev: v2.3.1
hooks:
- id: autoflake
args:
- '--remove-all-unused-imports'
- '-i'
language_version: python3.9
- repo: 'https://github.com/pre-commit/mirrors-autopep8'
rev: v2.0.0
rev: v2.0.4
hooks:
- id: autopep8
language_version: python3.9
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 24.3.0
hooks:
- id: black
language_version: python3.9
- repo: https://github.com/ikamensh/flynt/
rev: '0.77'
rev: '1.0.1'
hooks:
- id: flynt
language_version: python3.9
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.15.2
hooks:
- id: pyupgrade
entry: pyupgrade --py3-plus --py36-plus --keep-runtime-typing
Expand Down

0 comments on commit 4131136

Please sign in to comment.