Skip to content

Commit e1b355a

Browse files
authored
cruft update (#139)
1 parent 18a948e commit e1b355a

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.cruft.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/iterative/py-template",
3-
"commit": "7e84a4db09bcce97c8c206eb644c409f8ed7b565",
3+
"commit": "84a385c99003c39632dfe985bf0ca4ed08235f36",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -15,7 +15,7 @@
1515
"license": "Apache-2.0",
1616
"docs": "False",
1717
"short_description": "dvc objects",
18-
"development_status": "Development Status :: 1 - Planning",
18+
"development_status": "Development Status :: 4 - Beta",
1919
"_template": "https://github.com/iterative/py-template"
2020
}
2121
},

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

.github/workflows/tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151

5252
- name: Run tests
5353
run: nox -s tests-${{ matrix.nox_pyv || matrix.pyv }} -- --cov-report=xml
54-
shell: bash
5554

5655
- name: Upload coverage report
5756
uses: codecov/[email protected]

.pre-commit-config.yaml

+13-13
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,48 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 22.3.0
5+
rev: 22.6.0
66
hooks:
77
- id: black
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.0.1
9+
rev: v4.3.0
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-case-conflict
1313
- id: check-docstring-first
1414
- id: check-executables-have-shebangs
15-
- id: check-toml
15+
- id: check-json
1616
- id: check-merge-conflict
17+
- id: check-toml
1718
- id: check-yaml
1819
- id: debug-statements
1920
- id: end-of-file-fixer
2021
- id: mixed-line-ending
22+
args: ['--fix=lf']
2123
- id: sort-simple-yaml
2224
- id: trailing-whitespace
2325
- repo: https://github.com/codespell-project/codespell
24-
rev: v2.1.0
26+
rev: v2.2.1
2527
hooks:
2628
- id: codespell
2729
args:
2830
- --ignore-words-list
2931
- fo,cachable
3032
- repo: https://github.com/asottile/pyupgrade
31-
rev: v2.31.0
33+
rev: v2.37.3
3234
hooks:
3335
- id: pyupgrade
3436
- repo: https://github.com/PyCQA/isort
3537
rev: 5.10.1
3638
hooks:
3739
- id: isort
3840
- repo: https://gitlab.com/pycqa/flake8
39-
rev: 3.9.2
41+
rev: 5.0.4
4042
hooks:
4143
- id: flake8
4244
additional_dependencies:
43-
- flake8-bandit
44-
- flake8-broken-line
45-
- flake8-bugbear
46-
- flake8-comprehensions
47-
- flake8-debugger
48-
- flake8-string-format
49-
- bandit<1.7.3
45+
- flake8-broken-line==0.5.0
46+
- flake8-bugbear==22.8.23
47+
- flake8-comprehensions==3.10.0
48+
- flake8-debugger==4.1.2
49+
- flake8-string-format==0.3.0

0 commit comments

Comments
 (0)