Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Chore: Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
danesss committed Mar 22, 2023
1 parent 29ae2f3 commit 0190990
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
repos:
- repo: https://github.com/ambv/black
rev: 22.3.0
rev: 23.1.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 3.8.3
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.7.0
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.812'
rev: 'v1.1.1'
hooks:
- id: mypy
args: ["--ignore-missing-imports"]
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
jsonschema==2.6.0

# Formatting/linting
black==22.3.0
black==23.1.0
pre-commit
flake8==3.9.1
isort==5.7.0
flake8==6.0.0
isort==5.12.0

# Static type checking.
mypy
mypy==1.1.1

# Testing
pytest
Expand Down

0 comments on commit 0190990

Please sign in to comment.