Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Oct 29, 2021
2 parents bd1c803 + 8826cf3 commit 0e19a5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 19.10b0 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 21.9b0 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
4 changes: 3 additions & 1 deletion bsync/bsyncpy_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,9 @@ def do_attribute(element) -> BSElement:
# needs an XSD file name
parser.add_argument("schema", type=str, help="schema file name")
parser.add_argument(
"--debug", help="turn on debugging", action="store_true",
"--debug",
help="turn on debugging",
action="store_true",
)

args = parser.parse_args()
Expand Down

0 comments on commit 0e19a5d

Please sign in to comment.