Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Oct 29, 2024
1 parent e3fc93c commit 467c8e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ repos:
additional_dependencies: [flake8-breakpoint, flake8-print, flake8-pydantic, flake8-type-checking]

- repo: https://github.com/pre-commit/mirrors-mypy
<<<<<<< HEAD
rev: v1.13.0
=======
rev: v1.12.0
>>>>>>> 272d524 (chore: lint)
hooks:
- id: mypy
additional_dependencies: [types-setuptools, pydantic]
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
],
"lint": [
"black>=24.10.0,<25", # Auto-formatter and linter
<<<<<<< HEAD
"mypy>=1.13.0,<2", # Static type analyzer
=======
"mypy>=1.12.0,<2", # Static type analyzer
>>>>>>> 272d524 (chore: lint)
"types-setuptools", # Needed for mypy type shed
"flake8>=7.1.1,<8", # Style linter
"flake8-breakpoint>=1.1.0,<2", # Detect breakpoints left in code
Expand Down

0 comments on commit 467c8e1

Please sign in to comment.