Skip to content

Commit c82ffa2

Browse files
authored
cruft update (#89)
1 parent ac90512 commit c82ffa2

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
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
"context": {
55
"cookiecutter": {
66
"project_name": "dvc-task",
@@ -14,7 +14,7 @@
1414
"license": "Apache-2.0",
1515
"docs": "True",
1616
"short_description": "Extensible task queue used in DVC.",
17-
"development_status": "Development Status :: 1 - Planning",
17+
"development_status": "Development Status :: 4 - Beta",
1818
"_template": "https://github.com/iterative/py-template"
1919
}
2020
},

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

.pre-commit-config.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,45 @@ 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.1.0
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
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.31.0
30+
rev: v2.37.3
2931
hooks:
3032
- id: pyupgrade
3133
- repo: https://github.com/PyCQA/isort
3234
rev: 5.10.1
3335
hooks:
3436
- id: isort
3537
- repo: https://gitlab.com/pycqa/flake8
36-
rev: 3.9.2
38+
rev: 5.0.4
3739
hooks:
3840
- id: flake8
3941
additional_dependencies:
40-
- flake8-bandit
41-
- flake8-broken-line
42-
- flake8-bugbear
43-
- flake8-comprehensions
44-
- flake8-debugger
45-
- flake8-string-format
46-
- bandit<1.7.3
42+
- flake8-broken-line==0.5.0
43+
- flake8-bugbear==22.8.23
44+
- flake8-comprehensions==3.10.0
45+
- flake8-debugger==4.1.2
46+
- flake8-string-format==0.3.0

0 commit comments

Comments
 (0)