Skip to content

Commit

Permalink
ENH: Update the hooks [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Nov 14, 2021
1 parent f89a952 commit 105b826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
name: Check directives in rst files

- repo: https://github.com/PyCQA/doc8
rev: 0.9.1
rev: 0.10.1
hooks:
- id: doc8
name: Check documentation formats with doc8
Expand Down Expand Up @@ -98,7 +98,7 @@ repos:
additional_dependencies: [types-all]

- repo: https://github.com/PyCQA/bandit
rev: 1.7.0
rev: 1.7.1
hooks:
- id: bandit
name: Check for security issues with bandit
Expand Down

0 comments on commit 105b826

Please sign in to comment.