Skip to content

Commit

Permalink
chore: ignore testing/vscode folders
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Oct 1, 2023
1 parent 4493a6b commit ff22b7b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
bridgeData.yaml
testing

.vscode/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
25 changes: 22 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.275
rev: v0.0.287
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.5.1'
hooks:
- id: mypy
additional_dependencies:
- pydantic
- types-requests
- types-pytz
- types-setuptools
- types-urllib3
- StrEnum
- types-pillow
- types-pyyaml
- types-pygments
- types-colorama
- types-psutil
- types-pywin32
- types-tabulate
- types-tqdm

0 comments on commit ff22b7b

Please sign in to comment.