Skip to content

Commit fd61e85

Browse files
[pre-commit.ci] pre-commit autoupdate (#335)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) * Remove obsolete passenv setting from tox.ini No longer required in modern pytest versions. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bruno Oliveira <[email protected]>
1 parent 5694101 commit fd61e85

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: '^($|.*\.bin)'
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 22.10.0
4+
rev: 22.12.0
55
hooks:
66
- id: black
77
args: [--safe, --quiet]

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ minversion = 3.5.3
33
envlist = py{37,38,39,310,311}, norewrite
44

55
[testenv]
6-
passenv = USER USERNAME
76
deps =
87
coverage
98
mock

0 commit comments

Comments
 (0)