Skip to content

Commit

Permalink
Sync pre-commit-config.yaml w/ alibi-detect
Browse files Browse the repository at this point in the history
  • Loading branch information
ascillitoe committed Apr 27, 2023
1 parent d10e527 commit f4eac42
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
repos:
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
hooks:
- id: flake8
- repo: https://github.com/nbQA-dev/nbqa
rev: 1.2.2
hooks:
- id: nbqa-pyupgrade
args: [--py37-plus]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.942
rev: v1.0.1
hooks:
- id: mypy
additional_dependencies: [
types-requests>=2.25.0,
types-requests~=2.25,
]

0 comments on commit f4eac42

Please sign in to comment.