We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a677fe commit be13dfdCopy full SHA for be13dfd
.gitignore
@@ -10,3 +10,10 @@ static/
10
/build
11
/dist
12
/transaction_imports
13
+
14
+pyproject.toml
15
+poetry.lock
16
+.vscode
17
+pytest.ini
18
19
+.coverage
.pre-commit-config.yaml
@@ -1,7 +1,5 @@
1
repos:
2
- repo: https://github.com/ambv/black
3
- rev: stable
+ rev: 23.3.0
4
hooks:
5
- id: black
6
- args: [--line-length=100, --safe]
7
- language_version: python3.6
0 commit comments