Skip to content

Commit

Permalink
!squash initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 15, 2022
1 parent 4ab7d32 commit a479ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ max-line-length = 100
max-complexity = 10
exclude = .*/,
*.egg,
src/django_robots/__*__.py,
src/robots/__*__.py,
src/robots/migrations
select = E,W,F,N
# Stuff we ignore thanks to black: https://github.com/ambv/black/issues/429
Expand All @@ -29,7 +29,7 @@ doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
django_find_project = false
DJANGO_SETTINGS_MODULE = tests.settings
testpaths =
src/django_robots
src/robots
tests
docs
pythonpath = . tests
Expand Down

0 comments on commit a479ffa

Please sign in to comment.