Skip to content

Commit 55904f9

Browse files
authored
Merge pull request #161 from fedejaure/fix-deps
Fix deps
2 parents 66c2df7 + 79e0c51 commit 55904f9

3 files changed

Lines changed: 247 additions & 131 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ repos:
3030
require_serial: true
3131
additional_dependencies: [
3232
'flake8~=4.0.1',
33-
'flakeheaven~=3.0.0',
34-
'flake8-builtins~=1.5.3',
33+
'flakeheaven~=3.2.1',
34+
'flake8-builtins~=2.1.0',
3535
'flake8-blind-except~=0.2.1',
36-
'flake8-logging-format~=0.7.5',
37-
'flake8-bugbear~=22.7.1',
36+
'flake8-logging-format~=0.9.0',
37+
'flake8-bugbear~=23.1.20',
3838
'flake8-annotations~=2.9.1',
39-
'flake8-docstrings~=1.6.0',
39+
'flake8-docstrings~=1.7.0',
4040
'flake8-bandit~=3.0.0',
4141
'darglint~=1.8.0',
42-
'pylint~=2.14.5',
42+
'pylint~=2.16.1',
4343
]
4444
- repo: https://github.com/adrienverge/yamllint.git
4545
rev: v1.29.0

0 commit comments

Comments
 (0)