Skip to content

Commit 4dd6253

Browse files
authored
[skip ci] - Testing skipping ci (#693)
1 parent db424e2 commit 4dd6253

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updates:
77
time: "09:00"
88
timezone: "Europe/London"
99
commit-message:
10-
prefix: "pip prod"
11-
prefix-development: "pip dev"
10+
prefix: "[skip ci] - pip prod"
11+
prefix-development: "[skip ci] - pip dev"
1212
include: "scope"
1313
open-pull-requests-limit: 5

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ To send us a pull request, please:
4444
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
4545
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
4646

47+
*Note: An automated Code Build is triggered with every pull request. To skip it, add the prefix `[skip-ci]` to your commit message.*
48+
4749
## Finding contributions to work on
4850

4951
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/awslabs/aws-data-wrangler/labels/help%20wanted) issues is a great place to start.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ use_parentheses = true
2828
ensure_newline_before_comments = true
2929
line_length = 120
3030
src_paths = ["setup.py", "awswrangler"]
31-
py_version = 36
31+
py_version = 37
3232
skip_gitignore = true

requirements-dev.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
wheel==0.36.2
22
isort==5.8.0
3-
black==20.8b1
3+
black==21.5b1
44
pylint==2.7.4
5-
flake8==3.9.0
5+
flake8==3.9.2
66
mypy==0.812
77
pydocstyle==6.0.0
88
doc8==0.8.1
9-
tox==3.23.0
10-
pytest==6.2.3
9+
tox==3.23.1
10+
pytest==6.2.4
1111
pytest-cov==2.11.1
1212
pytest-rerunfailures==9.1.1
1313
pytest-xdist==2.2.1
1414
pytest-timeout==1.4.2
15-
cfn-lint==0.48.2
15+
cfn-lint==0.49.1
1616
pydot==1.4.2
1717
cfn-flip==1.2.3
1818
twine==3.4.1
19-
sphinx==3.5.4
19+
sphinx==4.0.1
2020
sphinx_bootstrap_theme==0.7.1
21-
nbsphinx==0.8.3
21+
nbsphinx==0.8.5
2222
nbsphinx-link==1.3.0
2323
IPython~=7.16
24-
moto==2.0.5
25-
jupyterlab==3.0.14
24+
moto==2.0.7
25+
jupyterlab==3.0.15
2626
s3fs==0.4.2 # keep it at 0.4.2
2727
python-Levenshtein==0.12.2
2828
bump2version==1.0.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extend-ignore = E203, W503
1010
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,.venv,.venv2,.tox,dev,.env,.coverage
1111

1212
[mypy]
13-
python_version = 3.6
13+
python_version = 3.7
1414
strict = True
1515
ignore_missing_imports = True
1616

0 commit comments

Comments
 (0)