Skip to content

Commit be13dfd

Browse files
nitsujriPetrDlouhy
authored andcommitted
Updating precommit and gitignore
1 parent 0a677fe commit be13dfd

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ static/
1010
/build
1111
/dist
1212
/transaction_imports
13+
14+
pyproject.toml
15+
poetry.lock
16+
.vscode
17+
pytest.ini
18+
19+
.coverage

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
repos:
22
- repo: https://github.com/ambv/black
3-
rev: stable
3+
rev: 23.3.0
44
hooks:
55
- id: black
6-
args: [--line-length=100, --safe]
7-
language_version: python3.6

0 commit comments

Comments
 (0)