Skip to content

Commit 7d1a3ba

Browse files
committed
Code cleanup
1 parent cb821a1 commit 7d1a3ba

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.coveragerc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
[run]
22
branch = True
3-
omit =
4-
# copied pycocotools module from github
5-
superannotate/pycocotools_sa/*
63

74

85
[report]

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 SuperAnnotate AI
3+
Copyright (c) 2021 SuperAnnotate AI
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ pip install coverage pytest-cov
2525
# for linting
2626
pip install pylint pylint-json2html pylint-pytest
2727

28+
# for formatting
29+
pip install yapf
30+
2831
# for docs
2932
pip install sphinx sphinx_rtd_theme
3033

superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.0"
1+
__version__ = "4.1.0b1"

0 commit comments

Comments
 (0)