Skip to content

Commit

Permalink
pre-commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Feb 28, 2023
1 parent d71178c commit 434d99e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.0.0'
rev: 'v1.0.1'
hooks:
- id: mypy
additional_dependencies: ["numpy"]
Expand All @@ -37,4 +37,4 @@ repos:
rev: '1.7.4'
hooks:
- id: bandit
args: ["--ini", ".bandit"]
args: ["--ini", ".bandit", "-lll"]
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ maintainers.

This Code of Conduct is adapted from the Contributor Covenant, version 1.0.0,
available at
https://www.contributor-covenant.org/version/1/0/0/code-of-conduct.html
https://www.contributor-covenant.org/version/1/0/0/code-of-conduct.html

0 comments on commit 434d99e

Please sign in to comment.