Skip to content

Commit

Permalink
more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
YaraslauZhylko committed Nov 6, 2021
1 parent 7881dda commit 4b98aca
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Expand Up @@ -6,6 +6,10 @@ repos:
hooks:
- id: black
language_version: python3.9
- repo: https://github.com/PyCQA/isort
rev: 5.0.0
hooks:
- id: isort
- repo: https://github.com/adrienverge/yamllint
rev: v1.25.0
hooks:
Expand Down
18 changes: 17 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -11,6 +11,7 @@ arrow = "0.10.0"

[tool.poetry.dev-dependencies]
black = {version = "21.9b0", allow-prereleases = true}
isort = "5.0.0"
pre-commit = "2.14.0"
pylama = "7.7.0"
yamllint = "1.25.0"
Expand Down
8 changes: 4 additions & 4 deletions renovate.json5
Expand Up @@ -28,7 +28,7 @@
{
"description": "All orbs in one PR",
"matchPackagePatterns": ["*"],
"groupName": "all orbs",
"groupName": "CircleCI orbs",
"groupSlug": "all-orbs",
}
]
Expand All @@ -45,7 +45,7 @@
{
"description": "All dev dependencies in one PR",
"matchDepTypes": ["dev-dependencies"],
"groupName": "dev dependencies",
"groupName": "Python dev dependencies",
"groupSlug": "all-dev-dependencies",
"semanticCommitScope": "deps-dev"
},
Expand Down Expand Up @@ -81,14 +81,14 @@
{
"description": "All pre-commit hooks in one PR",
"matchPackagePatterns": ["*"],
"groupName": "all hooks",
"groupName": "pre-commit hooks",
"groupSlug": "all-hooks",
}
]
},
"packageRules": [
{
"description": "Allow `black` updates",
"description": "Allow 'black' updates",
"matchPackageNames": ["black", "psf/black"],
"versioning": "pep440",
"ignoreUnstable": false
Expand Down

0 comments on commit 4b98aca

Please sign in to comment.