Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/flake8-bugbear-23.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Feb 23, 2023
2 parents 340e66a + 6f74553 commit 31d7678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ repos:
]
exclude: tests/testdata|conf.py
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.0
rev: v1.0.1
hooks:
- id: mypy
name: mypy
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ isort==5.12.0;python_version>='3.8'
flake8==6.0.0;python_version>='3.8'
flake8-typing-imports==1.14.0;python_version>='3.8'
flake8-bugbear==23.2.13;python_version>='3.8'
mypy==1.0.0
mypy==1.0.1
pre-commit~=2.21

0 comments on commit 31d7678

Please sign in to comment.