Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ dmypy.json

/ChangeLog
/AUTHORS
/cc-test-reporter
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: check-executables-have-shebangs
- id: check-vcs-permalinks
- id: check-xml
- id: check-yaml
# - id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
- id: fix-encoding-pragma
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VIRTUAL_ENV := $(CURDIR)/.venv
endif

PYTHON ?= $(VIRTUAL_ENV)/bin/python
python_code := format_pipfile ci tests
python_code := format_pipfile pymatrix ci tests

help:
@echo 'Usage: make <target>'
Expand Down
6 changes: 6 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
"verify_ssl" = true

[packages]
"attr" = "*"
"click" = "*"
"delegator-py" = "*"
"enum34" = {markers = "python_version < '3.4'",version = "*"}
"future" = "*"
"inflection" = "*"
"mako" = "*"
"packaging" = "*"
"path.py" = "*"
"requirementslib" = "*"
Expand All @@ -27,8 +31,10 @@
"ipython" = "*"
"isort" = "*"
"Jinja2" = "*"
"lxml" = "*"
"matrix" = "*"
"modernize" = "*"
"pre-commit" = "*"
"pytest" = "*"
"pytest-clarity" = "*"
"pytest-click" = "*"
Expand Down
201 changes: 191 additions & 10 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading