Skip to content

Commit

Permalink
Release 4.0.2 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radek Lát authored Jul 6, 2022
1 parent c039efc commit 5396e69
Show file tree
Hide file tree
Showing 7 changed files with 325 additions and 405 deletions.
11 changes: 10 additions & 1 deletion .idea/git_toolbox_prj.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 0 additions & 55 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -60,56 +60,8 @@ disable=missing-docstring,
missing-return-type-doc,
missing-yield-doc,
missing-yield-type-doc,
apply-builtin,
logging-fstring-interpolation,
backtick,
basestring-builtin,
buffer-builtin,
cmp-builtin,
cmp-method,
coerce-builtin,
coerce-method,
delslice-method,
dict-iter-method,
dict-view-method,
execfile-builtin,
file-builtin,
filter-builtin-not-iterating,
getslice-method,
hex-method,
import-star-module-level,
indexing-exception,
input-builtin,
intern-builtin,
long-builtin,
long-suffix,
map-builtin-not-iterating,
metaclass-assignment,
next-method-called,
no-absolute-import,
nonzero-method,
oct-method,
old-division,
old-ne-operator,
old-octal-literal,
old-raise-syntax,
parameter-unpacking,
print-statement,
raising-string,
range-builtin-not-iterating,
raw_input-builtin,
reduce-builtin,
reload-builtin,
round-builtin,
setslice-method,
standarderror-builtin,
unichr-builtin,
unicode-builtin,
unpacking-in-except,
using-cmp-argument,
xrange-builtin,
zip-builtin-not-iterating,
bad-continuation,

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down Expand Up @@ -284,13 +236,6 @@ max-line-length=120
# Maximum number of lines in a module
max-module-lines=500

# List of optional constructs for which whitespace checking is disabled. `dict-
# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
# `trailing-comma` allows a space between comma and closing bracket: (a, ).
# `empty-line` allows space-only lines.
no-space-check=trailing-comma,
dict-separator

# Allow the body of a class to be on the same line as the declaration if body
# contains single statement.
single-line-class-stmt=no
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Types of changes are:

## [Unreleased]

## [4.0.2] - 2022-07-06

### Fixed

- Dependencies update

## [4.0.1] - 2022-02-08

### Fixed
Expand Down Expand Up @@ -132,7 +138,8 @@ Types of changes are:
- Error handling printing out full message received.
- Error handling of exceeded API rate limit, showing current quota and time until quota reset.

[Unreleased]: https://github.com/radeklat/issue-watcher/compare/4.0.1...HEAD
[Unreleased]: https://github.com/radeklat/issue-watcher/compare/4.0.2...HEAD
[4.0.2]: https://github.com/radeklat/issue-watcher/compare/releases/4.0.1...4.0.2
[4.0.1]: https://github.com/radeklat/issue-watcher/compare/releases/4.0.0...4.0.1
[4.0.0]: https://github.com/radeklat/issue-watcher/compare/releases/3.0.0...4.0.0
[3.0.0]: https://github.com/radeklat/issue-watcher/compare/releases/2.3.0...releases/3.0.0
Expand Down
Loading

0 comments on commit 5396e69

Please sign in to comment.