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: v2.3.0 → v4.3.0](pre-commit/pre-commit-hooks@v2.3.0...v4.3.0)
- [github.com/PyCQA/isort: 5.9.2 → 5.10.1](PyCQA/isort@5.9.2...5.10.1)
- [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](PyCQA/flake8@3.9.2...5.0.4)
- [github.com/PyCQA/bandit: 1.7.0 → 1.7.4](PyCQA/bandit@1.7.0...1.7.4)
- [github.com/PyCQA/pylint: v2.9.5 → v2.15.5](pylint-dev/pylint@v2.9.5...v2.15.5)
  • Loading branch information
pre-commit-ci[bot] authored Oct 31, 2022
1 parent 0cc5683 commit 595e9ed
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
@@ -1,23 +1,23 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v4.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/PyCQA/isort
rev: 5.9.2
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/PyCQA/bandit
rev: 1.7.0
rev: 1.7.4
hooks:
- id: bandit
- repo: https://github.com/PyCQA/pylint
rev: v2.9.5
rev: v2.15.5
hooks:
- id: pylint

0 comments on commit 595e9ed

Please sign in to comment.