Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DominiqueGarmier/notion-graph
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiquegarmier committed Feb 10, 2024
2 parents 4cbaeb5 + 305c274 commit f538864
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/asottile/reorder-python-imports
Expand All @@ -23,12 +23,12 @@ repos:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies: ["types-PyYAML", "types-python-dateutil"]
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.1.1
hooks:
- id: black
additional_dependencies: ["click==8.0.2"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Install dependencies.

```
virtualenv .venv -ppython3.10
source .venv activate
source .venv/bin/activate
pip install -r requirements.txt
```

Expand Down

0 comments on commit f538864

Please sign in to comment.