Resolve merge conflicts
This commit is contained in:
commit
cc5aa91be1
8 changed files with 77 additions and 54 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
# This is used with `make <option>` and is used for running various
|
||||
# administration operations on the code.
|
||||
|
||||
BLACK_FORMAT_CONFIGS = --target-version py37 --line-length 100
|
||||
BLACK_FORMAT_CONFIGS = --target-version py37 --line-length 100 --exclude=/docs
|
||||
TEST_GAME_DIR = .test_game_dir
|
||||
TESTS ?= evennia
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue