Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

false positive with standard Python's Errors #966

Closed
Borda opened this issue Apr 2, 2024 · 1 comment · Fixed by #976
Closed

false positive with standard Python's Errors #966

Borda opened this issue Apr 2, 2024 · 1 comment · Fixed by #976

Comments

@Borda
Copy link

Borda commented Apr 2, 2024

We have just updated via pre-commit auto-update to:

  - repo: https://github.com/crate-ci/typos
    rev: typos-dict-v0.11.10
    hooks:
      - id: typos
        args: []  # empty to do not write fixes

and since that raising:

typos....................................................................Failed
- hook id: typos
- exit code: 2

error: `EOF` should be `OF`
  --> cachier/cores/pickle.py:109:40
    |
109 |             except (FileNotFoundError, EOFError):
    |                                        ^^^
    |
@epage
Copy link
Collaborator

epage commented Apr 2, 2024

Should be fixed in 1.20.3 which is building release binaries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants