Skip to content

Commit 51d26de

Browse files
[pre-commit.ci] pre-commit autoupdate (#931)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - fix newly found flake8 warning --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: mrbean-bremen <[email protected]>
1 parent 383bf9c commit 51d26de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
language: python
3838
files: \.py$
3939
- repo: https://github.com/PyCQA/flake8
40-
rev: 6.1.0
40+
rev: 7.0.0
4141
hooks:
4242
- id: flake8
4343
language_version: python3

pyfakefs/tests/fake_os_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5046,7 +5046,7 @@ def fake_scan_dir(p):
50465046
self.create_dir(self.linked_dir_path)
50475047
self.create_file(
50485048
self.linked_file_path, contents=b"a" * self.LINKED_FILE_SIZE
5049-
),
5049+
)
50505050
self.create_symlink(self.dir_link_path, self.linked_dir_path)
50515051
self.create_symlink(self.file_link_path, self.linked_file_path)
50525052
self.create_symlink(self.dir_rel_link_path, self.rel_linked_dir_path)

0 commit comments

Comments
 (0)