Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/aiohttp-3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danaelhe authored Oct 9, 2023
2 parents 76fd2c9 + e85238b commit cb4c591
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Default ignored files
/shelf/
/workspace.xml
.venv/
venv/
.vscode/
!.vscode/extensions.json
.idea/
Expand Down
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
args: ["tests"]

0 comments on commit cb4c591

Please sign in to comment.