Skip to content

Commit

Permalink
add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Jan 8, 2024
1 parent 38d3924 commit c43eb90
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
repos:
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
hooks:
- id: prettier
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.7.1" # Use the sha / tag you want to point at
hooks:
- id: mypy
additional_dependencies:
- types-PyYAML
- types-requests
- types-jsonschema
- types-Markdown
- types-setuptools
20 changes: 20 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
click
filetype
GitPython
jinja2
jsonschema>=3.0
markdown>=3.3
packaging
pre-commit
prompt_toolkit>=3.0.3
pytest>=7.0.0
pytest-workflow>=1.6.0
pyyaml
questionary>=1.8.0
refgenie
requests
requests_cache
rich-click>=1.6.1
rich>=13.3.1
tabulate
pdiff

0 comments on commit c43eb90

Please sign in to comment.