Skip to content

Commit 70940a0

Browse files
committed
Merge branch 'main' into asalikhov/ubuntu_jammy
2 parents 7663691 + 25f9aa0 commit 70940a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[flake8]
22
max-line-length = 88
33
select = C,E,F,W,B,B950
4-
extend-ignore = E203, E501
4+
extend-ignore = E203, E501, W503

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
repos:
1515
# Autoupdate: Python code
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v2.37.2
17+
rev: v2.37.3
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py39-plus]
@@ -96,7 +96,7 @@ repos:
9696

9797
# Lint: Python
9898
- repo: https://github.com/PyCQA/flake8
99-
rev: 4.0.1
99+
rev: 5.0.3
100100
hooks:
101101
- id: flake8
102102

0 commit comments

Comments
 (0)