Skip to content

Commit 9f1e935

Browse files
committed
update lock & run pre-commit on all files
1 parent 99f6e1e commit 9f1e935

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.37.3
3+
rev: v2.38.0
44
hooks:
55
- id: pyupgrade
66
args:
@@ -14,7 +14,7 @@ repos:
1414
hooks:
1515
- id: isort
1616
- repo: https://github.com/jvllmr/pyaphid
17-
rev: v0.1.2
17+
rev: v0.1.3
1818
hooks:
1919
- id: pyaphid
2020
- repo: https://github.com/psf/black

.vscode/settings.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"python.formatting.provider": "black",
3-
"editor.formatOnSave": true,
4-
"python.languageServer": "Pylance",
5-
"python.linting.flake8CategorySeverity.E": "Warning",
6-
"python.linting.flake8CategorySeverity.F": "Warning",
7-
"python.linting.flake8Enabled": true,
8-
"python.terminal.activateEnvInCurrentTerminal": true
2+
"python.formatting.provider": "black",
3+
"editor.formatOnSave": true,
4+
"python.languageServer": "Pylance",
5+
"python.linting.flake8CategorySeverity.E": "Warning",
6+
"python.linting.flake8CategorySeverity.F": "Warning",
7+
"python.linting.flake8Enabled": true,
8+
"python.terminal.activateEnvInCurrentTerminal": true
99
}

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
"extends": [
3-
"config:base"
4-
]
2+
"extends": ["config:base"]
53
}

0 commit comments

Comments
 (0)