Skip to content

Commit b1a487b

Browse files
Vaghinak BasentsyanVaghinak Basentsyan
authored andcommitted
tod
1 parent f7c413c commit b1a487b

File tree

15 files changed

+226
-152
lines changed

15 files changed

+226
-152
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ repos:
3636
hooks:
3737
- id: black
3838
name: Uncompromising Code Formatter (black)
39-
- repo: 'https://github.com/asottile/dead'
40-
rev: v1.3.0
41-
hooks:
42-
- id: dead
39+
# - repo: 'https://github.com/asottile/dead'
40+
# rev: v1.3.0
41+
# hooks:
42+
# - id: dead
4343
files: src/
4444
exclude: src/lib/app/analytics | src/lib/app/converters | src/lib/app/input_converters

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
minversion = 3.0
33
log_cli=true
44
python_files = test_*.py
5-
addopts = -n 32 --dist=loadscope
5+
;addopts = -n 32 --dist=loadscope

src/superannotate/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,3 +299,4 @@
299299
logging.config.fileConfig(
300300
os.path.join(WORKING_DIR, "logging.conf"), disable_existing_loggers=False
301301
)
302+
sys.tracebacklimit = 1

0 commit comments

Comments
 (0)