Skip to content

Commit

Permalink
Merge branch 'kasiahinkson/list-data-type' of https://github.com/move…
Browse files Browse the repository at this point in the history
…-coop/parsons into kasiahinkson/list-data-type
  • Loading branch information
KasiaHinkson committed May 29, 2024
2 parents 532bd5a + 5ae6cff commit 27bdb71
Show file tree
Hide file tree
Showing 27 changed files with 796 additions and 605 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
run: |
# E203 and W503 don't work well with black
flake8 parsons/ test/ useful_resources/
black --check parsons/ test/ useful_resources/
black --diff parsons/ test/ useful_resources/
2 changes: 1 addition & 1 deletion .github/workflows/tests-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
run: |
# E203 and W503 don't work well with black
flake8 parsons/ test/ useful_resources/
black --check parsons/ test/ useful_resources/
black --diff parsons/ test/ useful_resources/
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ repos:
'--max-line-length=100'
]
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
69 changes: 0 additions & 69 deletions docs/bluelink.rst

This file was deleted.

4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,7 @@
DOCUMENTED_VERSIONS = ["v0.18.1", "v0.18.0", "v0.17.0", "v0.16.0", "v0.15.0", "v0.14.0"]

# Whitelist pattern for branches
smv_branch_whitelist = (
r"^stable|latest$" # creates version for latest master/main branch
)
smv_branch_whitelist = r"^stable|latest$" # creates version for latest master/main branch

# Get tags to whitelist from DOCUMENTED_VERSIONS const
smv_tag_whitelist = "|".join(["^" + version + "$" for version in DOCUMENTED_VERSIONS])
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ Indices and tables
azure
bill_com
bloomerang
bluelink
box
braintree
capitolcanary
Expand Down
1 change: 0 additions & 1 deletion parsons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
("parsons.azure.azure_blob_storage", "AzureBlobStorage"),
("parsons.bill_com.bill_com", "BillCom"),
("parsons.bloomerang.bloomerang", "Bloomerang"),
("parsons.bluelink", "Bluelink"),
("parsons.box.box", "Box"),
("parsons.braintree.braintree", "Braintree"),
("parsons.capitol_canary.capitol_canary", "CapitolCanary"),
Expand Down
21 changes: 0 additions & 21 deletions parsons/bluelink/__init__.py

This file was deleted.

84 changes: 0 additions & 84 deletions parsons/bluelink/bluelink.py

This file was deleted.

Loading

0 comments on commit 27bdb71

Please sign in to comment.