Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Senatorov <55090151+ruslansenatorov@users.noreply.github.com>
  • Loading branch information
ruslansenatorov committed May 12, 2024
1 parent e621592 commit 99db098
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,19 +107,18 @@ repos:
require_serial: true
types_or: [jupyter, markdown]
additional_dependencies:
- mypy
- pandas-stubs
- git+https://github.com/numpy/numpy-stubs
- mypy-extensions
- types-requests
- types-PyYAML
- types-setuptools
- mypy
- pandas-stubs
- git+https://github.com/numpy/numpy-stubs
- mypy-extensions
- types-requests
- types-PyYAML
- types-setuptools

args:
- --ignore-missing-imports
- --disallow-untyped-calls
- --disallow-untyped-defs
- --disallow-incomplete-defs
- --disallow-untyped-decorators
- --strict
- --extra-checks
Expand All @@ -132,7 +131,9 @@ repos:
- --local-partial-types
- --non-interactive
- --install-types

- --pretty
- --force-uppercase-builtins
- --force-union-syntax

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
Expand All @@ -142,7 +143,6 @@ repos:
- --ignore-missing-imports
- --disallow-untyped-calls
- --disallow-untyped-defs
- --disallow-incomplete-defs
- --disallow-untyped-decorators
- --strict
- --extra-checks
Expand All @@ -155,14 +155,18 @@ repos:
- --local-partial-types
- --non-interactive
- --install-types
- --pretty
- --force-uppercase-builtins
- --force-union-syntax

additional_dependencies:
- mypy
- pandas-stubs
- git+https://github.com/numpy/numpy-stubs
- mypy-extensions
- types-requests
- types-PyYAML
- types-setuptools
- mypy
- pandas-stubs
- git+https://github.com/numpy/numpy-stubs
- mypy-extensions
- types-requests
- types-PyYAML
- types-setuptools

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
Expand Down

0 comments on commit 99db098

Please sign in to comment.