From 9b78cf4913202995dcf065ecf5077bf16fa01f95 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 24 Apr 2020 21:15:34 -0400 Subject: Added info on semantic versioning and branching strategy to CONTRIBUTING.md Also: - Added isort to Pipenv dev - Added setup.cfg to make it easy to run flake8, doc8, and isort directly from the command line without using invoke - Ran isort to sort includes --- tests/test_argparse_custom.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_argparse_custom.py') diff --git a/tests/test_argparse_custom.py b/tests/test_argparse_custom.py index 92b2ecb4..f4db12b6 100644 --- a/tests/test_argparse_custom.py +++ b/tests/test_argparse_custom.py @@ -9,6 +9,7 @@ import pytest import cmd2 from cmd2 import Cmd2ArgumentParser, constants from cmd2.argparse_custom import generate_range_error + from .conftest import run_cmd -- cgit v1.2.1