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.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
- [github.com/hhatto/autopep8: v2.1.0 → v2.3.1](hhatto/autopep8@v2.1.0...v2.3.1)
- [github.com/PyCQA/bandit: 1.7.8 → 1.7.10](PyCQA/bandit@1.7.8...1.7.10)
- [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.7.1](astral-sh/ruff-pre-commit@v0.4.4...v0.7.1)
- [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 28, 2024
1 parent 73a03db commit 2723390
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
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -16,15 +16,15 @@ repos:
- id: autoflake

- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
exclude: ^.*__init__.py$
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
args: [--max-line-length=109]

- repo: https://github.com/hhatto/autopep8
rev: v2.1.0
rev: v2.3.1
hooks:
- id: autopep8
args: [--in-place, --aggressive, --aggressive, --max-line-length=79]
Expand All @@ -46,19 +46,19 @@ repos:
# files: requirements

- repo: https://github.com/PyCQA/bandit
rev: '1.7.8'
rev: '1.7.10'
hooks:
- id: bandit

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.7.1
hooks:
- id: ruff
args:
- --fix
- --line-length=79
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
language_version: python3
Expand Down

0 comments on commit 2723390

Please sign in to comment.