An open API service for providing issue and pull request metadata for open source projects.

GitHub / guilatrova/tryceratops issues and pull requests

#76 - `USELESS_TRY_EXCEPT` false negative?

Issue - State: open - Opened by harupy 5 months ago

#75 - fix: allow f-string to trigger TRY003

Pull Request - State: closed - Opened by LSanselme 12 months ago - 2 comments

#74 - Add `BaseException` to raise-vanilla-class rule (`TRY002`)

Pull Request - State: closed - Opened by epenet 12 months ago - 4 comments

#73 - TRY002 does not take into account BaseException

Issue - State: closed - Opened by epenet about 1 year ago - 1 comment

#72 - chore: only depend on `tomli` on `Python < 3.11`

Pull Request - State: closed - Opened by mkniewallner about 1 year ago - 1 comment
Labels: good first issue

#71 - Chokes on valid `pyproject.toml`.

Issue - State: closed - Opened by emcd about 1 year ago - 1 comment
Labels: good first issue

#70 - fix: Use 'tomli' package instead of 'toml' package.

Pull Request - State: closed - Opened by emcd about 1 year ago - 1 comment

#66 - `--autofix` doesn't seem to work for `tryceratops>=2.2.0`

Issue - State: open - Opened by kdestin about 2 years ago

#65 - Fix typing issues

Pull Request - State: closed - Opened by guilatrova about 2 years ago

#64 - Add missing default for allowed_base_exceptions

Pull Request - State: closed - Opened by saulbein about 2 years ago - 2 comments

#63 - Flake8 plugin settings are missing 'allowed_base_exceptions'

Issue - State: closed - Opened by saulbein about 2 years ago

#62 - 2.3.0 and 2.3.1 fail to run without typing_extensions on >=3.10

Issue - State: closed - Opened by FasterSpeeding about 2 years ago - 1 comment

#61 - Implement new violation: Inherit from base

Pull Request - State: closed - Opened by guilatrova about 2 years ago

#60 - Implement new TRY005 violation

Pull Request - State: closed - Opened by guilatrova about 2 years ago

#59 - feat: useless try-except

Pull Request - State: closed - Opened by ScDor about 2 years ago - 2 comments

#58 - New Exception Rule: Useless Try / Except statement

Issue - State: closed - Opened by Skylion007 about 2 years ago

#57 - ci: include 3.10 and 3.11

Pull Request - State: closed - Opened by guilatrova over 2 years ago

#56 - Documentation for TC003 contains f-string error

Issue - State: closed - Opened by cfxegbert over 2 years ago - 1 comment

#55 - feat: changed flake8 code from TC to TRY

Pull Request - State: closed - Opened by exister almost 3 years ago - 3 comments
Labels: good first issue

#54 - Tryceratops doesn't support Python 3.10 syntax

Issue - State: closed - Opened by guilatrova about 3 years ago

#53 - refactor: Replace some queries in favor of AST Selector

Pull Request - State: closed - Opened by guilatrova about 3 years ago

#52 - Refactor: Use specifications

Pull Request - State: closed - Opened by guilatrova about 3 years ago

#51 - chore: fix code to please mypy

Pull Request - State: closed - Opened by guilatrova about 3 years ago

#50 - Documenting all error codes with examples

Issue - State: closed - Opened by GlenNicholls about 3 years ago - 2 comments

#49 - Add .gitmessage template

Pull Request - State: closed - Opened by guilatrova over 3 years ago

#48 - feat: reduce dependencies contraints

Pull Request - State: closed - Opened by guilatrova over 3 years ago - 1 comment

#47 - Unpin dependencies (or adopt a bot to help upgrade it like Dependabot)

Issue - State: closed - Opened by paw-lu over 3 years ago - 4 comments

#46 - Bump rich to 12.2.0

Pull Request - State: closed - Opened by paw-lu over 3 years ago - 1 comment

#45 - Poetry cache

Pull Request - State: closed - Opened by sureshdsk over 3 years ago - 8 comments

#44 - Add `--config` option to specify the location of the configuration file.

Issue - State: open - Opened by tobiasraabe over 3 years ago - 4 comments

#43 - Fix windows decode UTF8

Pull Request - State: closed - Opened by guilatrova over 3 years ago

#42 - `UnicodeDecodeError` on Windows

Issue - State: closed - Opened by tobiasraabe over 3 years ago - 2 comments

#41 - Some codes conflicts with `flake8-type-checking` plugin

Issue - State: closed - Opened by diegovalenzuelaiturra over 3 years ago - 1 comment

#40 - Add dependency caching for faster builds

Issue - State: closed - Opened by guilatrova over 3 years ago
Labels: enhancement

#39 - Allow Click 8

Pull Request - State: closed - Opened by paw-lu over 3 years ago - 5 comments

#38 - Remove emojis and add Rich

Pull Request - State: closed - Opened by guilatrova over 3 years ago

#37 - Crash when displaying the output on Windows in Anaconda

Issue - State: closed - Opened by Pierre-Sassoulas over 3 years ago - 6 comments
Labels: bug

#36 - isinstance(x, Callable) => callable(x)

Issue - State: closed - Opened by sbrugman over 3 years ago - 1 comment

#34 - New violation: Prefer TypeError for unexpected types

Pull Request - State: closed - Opened by swellander almost 4 years ago - 14 comments

#33 - python 3.7 compatibility

Pull Request - State: closed - Opened by sbrugman almost 4 years ago - 15 comments

#32 - New violation: Prefer TypeError for unexpected types

Issue - State: closed - Opened by sbrugman almost 4 years ago - 6 comments
Labels: help wanted, good first issue, violation, hacktoberfest

#31 - False negative for TC003 long message not detected

Issue - State: closed - Opened by Pierre-Sassoulas almost 4 years ago - 3 comments
Labels: bug, help wanted, hacktoberfest

#30 - Crash when the code analysed is unparseable

Issue - State: closed - Opened by Pierre-Sassoulas almost 4 years ago - 4 comments

#28 - Make experimental analyzer stable

Pull Request - State: closed - Opened by guilatrova almost 4 years ago - 1 comment

#27 - Autofix violations

Pull Request - State: closed - Opened by guilatrova almost 4 years ago

#26 - Feat: Add logging violations

Pull Request - State: closed - Opened by guilatrova about 4 years ago

#25 - Feat: add verbose flag

Pull Request - State: closed - Opened by ryancheley about 4 years ago - 6 comments

#24 - feat!: rename 'notc' tokens to become 'noqa'

Pull Request - State: closed - Opened by guilatrova about 4 years ago

#23 - style/ fix mypy issues - part 1

Pull Request - State: closed - Opened by guilatrova about 4 years ago

#22 - Is it bad to capture a bare `Exception`?

Issue - State: closed - Opened by MaxG87 about 4 years ago - 4 comments

#21 - Circular import detected

Issue - State: closed - Opened by MaxG87 about 4 years ago - 1 comment

#20 - CI: Add Poetry and CI/CD with semantic release

Pull Request - State: closed - Opened by guilatrova about 4 years ago

#19 - CI/CD Automate package publishing and versioning with semantic release and Poetry

Issue - State: closed - Opened by guilatrova about 4 years ago - 2 comments

#17 - mypy raises many warnings

Issue - State: closed - Opened by MaxG87 about 4 years ago - 3 comments
Labels: help wanted, hacktoberfest

#16 - How to run the test suite?

Issue - State: closed - Opened by MaxG87 about 4 years ago - 2 comments

#15 - Inline comments to ignore violations

Issue - State: closed - Opened by rodrigogiraoserrao about 4 years ago - 2 comments

#14 - fix(analyzers): add cond for attr on avoid check

Pull Request - State: closed - Opened by guilatrova about 4 years ago

#13 - Fix: Tolerate and present discovery issues

Pull Request - State: closed - Opened by guilatrova about 4 years ago

#12 - fix: shutdown logging on exit

Pull Request - State: closed - Opened by rodrigogiraoserrao about 4 years ago - 2 comments

#11 - Cannot unpack non-iterable NoneType object

Issue - State: closed - Opened by niderhoff about 4 years ago - 3 comments
Labels: bug

#10 - Fix #8

Pull Request - State: closed - Opened by rodrigogiraoserrao about 4 years ago - 4 comments

#9 - feat: add plugin for flake8

Pull Request - State: closed - Opened by guilatrova about 4 years ago - 1 comment

#8 - `PermissionError` on Windows when deleting empty log file

Issue - State: closed - Opened by rodrigogiraoserrao about 4 years ago - 1 comment
Labels: bug

#7 - Generic name when running tryceratops as a module

Issue - State: closed - Opened by rodrigogiraoserrao about 4 years ago - 6 comments

#6 - `TC200 - Use 'raise from' to specify cause` is superfluous

Issue - State: closed - Opened by tmarice about 4 years ago - 4 comments
Labels: violation

#5 - Suggest else block only if except block does not raise

Issue - State: closed - Opened by MaxG87 about 4 years ago - 4 comments
Labels: violation

#4 - Using experimental mode yields AttributeError

Issue - State: closed - Opened by MaxG87 about 4 years ago - 2 comments
Labels: bug

#3 - Better naming: tryceratops and triceratops

Issue - State: closed - Opened by kseistrup about 4 years ago - 9 comments

#2 - Fix typo

Pull Request - State: closed - Opened by tobiasb about 4 years ago - 1 comment