Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#931)
Browse files Browse the repository at this point in the history
* [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]>
  • Loading branch information
pre-commit-ci[bot] and mrbean-bremen authored Jan 9, 2024
1 parent 383bf9c commit 51d26de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
language: python
files: \.py$
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
language_version: python3
Expand Down
2 changes: 1 addition & 1 deletion pyfakefs/tests/fake_os_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5046,7 +5046,7 @@ def fake_scan_dir(p):
self.create_dir(self.linked_dir_path)
self.create_file(
self.linked_file_path, contents=b"a" * self.LINKED_FILE_SIZE
),
)
self.create_symlink(self.dir_link_path, self.linked_dir_path)
self.create_symlink(self.file_link_path, self.linked_file_path)
self.create_symlink(self.dir_rel_link_path, self.rel_linked_dir_path)
Expand Down

0 comments on commit 51d26de

Please sign in to comment.