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.4.0](pre-commit/pre-commit-hooks@v2.3.0...v4.4.0)
- [github.com/PyCQA/isort: 5.9.2 → 5.12.0](PyCQA/isort@5.9.2...5.12.0)
- [github.com/PyCQA/flake8: 3.9.2 → 6.0.0](PyCQA/flake8@3.9.2...6.0.0)
- [github.com/PyCQA/bandit: 1.7.0 → 1.7.4](PyCQA/bandit@1.7.0...1.7.4)
- [github.com/PyCQA/pylint: v2.9.3 → v2.16.2](pylint-dev/pylint@v2.9.3...v2.16.2)
  • Loading branch information
pre-commit-ci[bot] authored Feb 20, 2023
1 parent d73b798 commit ea351a7
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.4.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.12.0
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 6.0.0
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.3
rev: v2.16.2
hooks:
- id: pylint

0 comments on commit ea351a7

Please sign in to comment.