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.0.1 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0)
- [github.com/asottile/pyupgrade: v2.4.1 → v2.37.3](asottile/pyupgrade@v2.4.1...v2.37.3)
- [github.com/pycqa/isort: 5.8.0 → 5.10.1](PyCQA/isort@5.8.0...5.10.1)
- https://github.com/python/blackhttps://github.com/psf/black
- [github.com/psf/black: 21.4b2 → 22.8.0](psf/black@21.4b2...22.8.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.1 → 5.0.4](PyCQA/flake8@3.8.1...5.0.4)
- [github.com/PyCQA/bandit: 1.7.0 → 1.7.4](PyCQA/bandit@1.7.0...1.7.4)
  • Loading branch information
pre-commit-ci[bot] authored Sep 5, 2022
1 parent b66722b commit c453740
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,28 +1,28 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.3.0
hooks:
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-merge-conflict
- repo: https://github.com/asottile/pyupgrade
rev: v2.4.1
rev: v2.37.3
hooks:
- id: pyupgrade
- repo: https://github.com/pycqa/isort
rev: 5.8.0
rev: 5.10.1
hooks:
- id: isort
exclude: ^tests/|torchflare/callbacks/__init__.py
- repo: https://github.com/python/black
rev: 21.4b2
- repo: https://github.com/psf/black
rev: 22.8.0
hooks:
- id: black
exclude: ^tests/
args: [ --safe, --quiet ]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.1
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies: [ flake8-blind-except, flake8-bugbear, flake8-comprehensions,
Expand All @@ -31,7 +31,7 @@ repos:
exclude: ^tests/|docs/source/conf.py/|^examples/

- repo: https://github.com/PyCQA/bandit
rev: '1.7.0' # Update me!
rev: '1.7.4' # Update me!
hooks:
- id: bandit
args: [--skip, "B101"]
Expand Down

0 comments on commit c453740

Please sign in to comment.