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/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.9](PyCQA/bandit@1.7.8...1.7.9)
- [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.6.5](astral-sh/ruff-pre-commit@v0.4.4...v0.6.5)
- [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 16, 2024
1 parent 73a03db commit b180ede
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 @@ -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]
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.9'
hooks:
- id: bandit

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

0 comments on commit b180ede

Please sign in to comment.