Skip to content

Commit

Permalink
chore: update pre-commit hooks (#1580)
Browse files Browse the repository at this point in the history
Co-authored-by: eddiebergman <eddiebergman@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and eddiebergman authored Oct 10, 2022
1 parent cc047d6 commit 5c69ddf
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 @@ -15,7 +15,7 @@ repos:
files: test/.*

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.10.0
hooks:
- id: black
name: black formatter autosklearn
Expand All @@ -39,7 +39,7 @@ repos:
additional_dependencies: ["toml"] # Needed to parse pyproject.toml

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v0.982
hooks:
- id: mypy
name: mypy auto-sklearn
Expand Down

0 comments on commit 5c69ddf

Please sign in to comment.