Skip to content

Releases: guilatrova/tryceratops

v1.2.0

29 Apr 18:22
Compare
Choose a tag to compare

Feature

  • Handle false positive for TC300 (719d07f)

Documentation

v1.1.0

30 Apr 13:28
Compare
Choose a tag to compare

Feature

  • Reduce dependencies contraints (1a71007)

Documentation

  • Update contributing with gitmessage (0bd7c61)
  • Replace logo (38bd6cd)

v1.0.1

31 Dec 22:24
Compare
Choose a tag to compare

Fix

  • Open files with utf-8 encoding for windows (a46636c)

Documentation

v1.0.0

22 Nov 10:01
Compare
Choose a tag to compare

Feature

  • Add prefer TypeError analyzer (ac75e37)

Breaking

  • add prefer TypeError analyzer (ac75e37)

Documentation

  • Add TypeError violation (d424e7c)
  • Make tryceratops use case more obvious (36f1292)
  • Update badges (eb3c162)

v0.6.1

17 Nov 10:53
Compare
Choose a tag to compare

Fix

  • windows: Remove emojis from presentation (e7f6bbe)

Documentation

v0.6.0

12 Sep 18:36
Compare
Choose a tag to compare

Feature

  • Add cheerful message when no violations (bff695c)
  • Block autofix when using flake8 (77d6af3)
  • fixers: Implement fixer for logging error (f488cee)
  • fixers: Capture exceptions (ee708a4)
  • fixers: Run all fixers when enabled (3db7e05)
  • fixers: Handle multiline reraise (c1f14b0)
  • fixers: Implement fixer for reraise no cause (2f9d46d)
  • Include fixers to run (e885b34)
  • fixers: Add fixer for reraise (041f67f)
  • Add --autofix flag (1428958)

Fix

  • Use Dict to support Python 3.8 (22e4119)
  • fixers: Count fixed violations correctly (825794c)
  • fixers: Reset offset between writes (dc3a070)
  • Trim only exception name (18af429)

Documentation

v0.5.0

31 Jul 20:12
Compare
Choose a tag to compare

Feature

  • analyzers: Add analyzer log exception object (b7385da)
  • analyzers: Add analyzer for log error (4c755e5)

Documentation

  • Add sample for TC401 (logging w/o object) (875ce09)
  • Add sample for TC400 (logging.exception) (a74d97b)

v0.4.0

30 Jul 23:58
Compare
Choose a tag to compare

Feature

v0.3.0

21 Jul 21:50
Compare
Choose a tag to compare

Feature

  • Rename 'notc' tokens to become 'noqa' (0a2c1c5)

Breaking

  • Any previous 'notc' token will stop working. Now you must use 'noqa' instead, which keeps consistent with flake8 standards (0a2c1c5)

Documentation

  • Add changelog to pypi and readme (9dac24b)

v0.2.6

21 Jul 01:03
Compare
Choose a tag to compare

Fix

  • cli: Return exit code for unprocessed (50df1dc)

Documentation

  • Remove trailing whitespaces (983f8bf)
  • Add badges to README (8b7a140)
  • Update CONTRIBUTING with automation (e2b40f6)
  • Add contributing (70bfa7d)
  • Add extra resources section (07821cb)
  • Add the badge to the project (d31ac07)
  • Add support badge (3b61817)
  • Add open on vscode badge (381877d)