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.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/psf/black: 22.3.0 → 24.2.0](psf/black@22.3.0...24.2.0)
- [github.com/pycqa/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0)
- [github.com/pycqa/pydocstyle: 6.1.1 → 6.3.0](PyCQA/pydocstyle@6.1.1...6.3.0)
- [github.com/nbQA-dev/nbQA: 1.3.1 → 1.8.4](nbQA-dev/nbQA@1.3.1...1.8.4)
- [github.com/PyCQA/bandit: 1.7.4 → 1.7.8](PyCQA/bandit@1.7.4...1.7.8)
- [github.com/PyCQA/doc8: 0.11.2 → v1.1.1](PyCQA/doc8@0.11.2...v1.1.1)
  • Loading branch information
pre-commit-ci[bot] authored Mar 12, 2024
1 parent 97024bb commit 0b1b34f
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,7 +1,7 @@
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-added-large-files
args: ['--maxkb=1000']
Expand All @@ -22,32 +22,32 @@ repos:
- id: no-commit-to-branch

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
name: isort

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.2.0
hooks:
- id: black
language_version: python3

- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 7.0.0
hooks:
- id: flake8
exclude: docs/source/conf.py, __pycache__
additional_dependencies: [flake8-bugbear, flake8-builtins, flake8-quotes, flake8-comprehensions, pandas-vet, flake8-print, pep8-naming, doc8]

- repo: https://github.com/pycqa/pydocstyle
rev: 6.1.1
rev: 6.3.0
hooks:
- id: pydocstyle
additional_dependencies: ["toml"]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.3.1
rev: 1.8.4
hooks:
- id: nbqa-isort
args: [--nbqa-mutate, --nbqa-dont-skip-bad-cells]
Expand All @@ -60,14 +60,14 @@ repos:
additional_dependencies: [flake8==3.8.3]

- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.8
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
additional_dependencies: [ "bandit[toml]" ]

- repo: https://github.com/PyCQA/doc8
rev: 0.11.2
rev: v1.1.1
hooks:
- id: doc8
args: ["--max-line-length=88", "--config=pyproject.toml", "docs"]
Expand Down

0 comments on commit 0b1b34f

Please sign in to comment.