Commit Graph

187 Commits

Author SHA1 Message Date
Will McGugan e96d889beb tests 2021-09-24 09:41:23 +01:00
Will McGugan f613b3e055 version bump 2021-09-18 10:37:17 +01:00
dependabot[bot] 844d85366b
Bump pytest from 6.2.4 to 6.2.5
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 6.2.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.4...6.2.5)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-31 13:04:16 +00:00
Will McGugan f03b9b7fd8 version bump 2021-08-29 15:34:13 +01:00
Will McGugan 6e76b2216f added print_json 2021-08-28 15:04:06 +01:00
dependabot[bot] f49c7e8240
Bump types-dataclasses from 0.1.5 to 0.1.7
Bumps [types-dataclasses](https://github.com/python/typeshed) from 0.1.5 to 0.1.7.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-dataclasses
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 13:06:16 +00:00
Will McGugan 338d6468be version bump 2021-08-05 17:01:07 +01:00
Will McGugan e7a5bf56e9 version bump 2021-07-12 19:21:15 +01:00
Will McGugan c9afafdd68 version bump 2021-07-05 15:35:29 +01:00
Will McGugan 73d43566ff
Merge pull request #1315 from willmcgugan/auto-repr-fix
fixes
2021-07-05 15:34:10 +01:00
Will McGugan d3261e86dd Version bump 2021-07-04 12:18:02 +01:00
dependabot[bot] 3f5eb5b097
Bump mypy from 0.902 to 0.910
Bumps [mypy](https://github.com/python/mypy) from 0.902 to 0.910.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.902...v0.910)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 16:53:20 +00:00
Will McGugan e2e8b49c39
Merge pull request #1299 from willmcgugan/dependabot/pip/types-dataclasses-0.1.5
Bump types-dataclasses from 0.1.4 to 0.1.5
2021-06-28 17:51:17 +01:00
Will McGugan b0ca4d3829 fixes 2021-06-26 13:02:24 +01:00
Will McGugan 3281af6f3b auto repr 2021-06-18 20:24:05 +01:00
dependabot[bot] e53d4ca56c
Bump types-dataclasses from 0.1.4 to 0.1.5
Bumps [types-dataclasses](https://github.com/python/typeshed) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-dataclasses
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-18 13:04:35 +00:00
dependabot[bot] 90ab989560
Bump types-dataclasses from 0.1.3 to 0.1.4
Bumps [types-dataclasses](https://github.com/python/typeshed) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-dataclasses
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 06:16:55 +00:00
dependabot[bot] a4c13ee6af
Bump mypy from 0.901 to 0.902
Bumps [mypy](https://github.com/python/mypy) from 0.901 to 0.902.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.901...v0.902)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 05:13:19 +00:00
Will McGugan 9a65f49789
Merge branch 'master' into feat/add-ipython-extension 2021-06-09 18:45:06 +01:00
Will McGugan ed2e4cc71b mypy upgrade 2021-06-09 18:38:14 +01:00
Will McGugan 74ba2e1cdf Merge branch 'tui' of github.com:willmcgugan/rich into tui 2021-06-09 18:24:32 +01:00
Will McGugan 74efdcd860 Version bump 2021-06-09 18:24:25 +01:00
Will McGugan 090fab470c
Merge branch 'master' into feat/add-ipython-extension 2021-06-09 15:34:11 +01:00
Will McGugan 1eea5d5fbb
Merge pull request #1269 from willmcgugan/dependabot/pip/pytest-cov-2.12.1
Bump pytest-cov from 2.12.0 to 2.12.1
2021-06-09 15:31:02 +01:00
Nathan Page e1c6edb302 add ipython classifier 2021-06-06 16:29:02 -04:00
Nathan Page f43893290f no need to include py.typed as poetry includes everything not in .gitignore 2021-06-06 16:28:34 -04:00
dependabot[bot] 404bd16aba
Bump pytest-cov from 2.12.0 to 2.12.1
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...v2.12.1)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 05:13:26 +00:00
Sondre Lillebø Gundersen fcefee541f Add Python 3.10-beta.1 to test matrix 2021-05-24 14:11:04 +02:00
Will McGugan 12bd89dac9 update python versions 2021-05-19 16:52:26 +01:00
Will McGugan a5eada7ac4 fix status text 2021-05-19 16:50:09 +01:00
Will McGugan fd4f1bc5d0
Merge pull request #1237 from willmcgugan/dependabot/pip/pytest-cov-2.12.0
Bump pytest-cov from 2.11.1 to 2.12.0
2021-05-18 09:41:50 +01:00
Will McGugan 11242adb2b fix for markdown in layout 2021-05-17 22:23:32 +01:00
dependabot[bot] f12f072022
Bump pytest-cov from 2.11.1 to 2.12.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.11.1 to 2.12.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.11.1...v2.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-17 06:05:01 +00:00
Will McGugan 7d02d29ba8 attrs example, version bump 2021-05-12 18:18:17 +01:00
dependabot[bot] 8dc1c65e34
Bump attrs from 20.3.0 to 21.2.0
Bumps [attrs](https://github.com/python-attrs/attrs) from 20.3.0 to 21.2.0.
- [Release notes](https://github.com/python-attrs/attrs/releases)
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/python-attrs/attrs/compare/20.3.0...21.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 06:11:05 +00:00
Will McGugan 6a54d922ad fix toml 2021-05-07 14:49:06 +01:00
Will McGugan da4737a999 typing and black 2021-05-07 14:47:38 +01:00
Will McGugan 1f0491ed17 tests for pretty attrs 2021-05-07 14:43:30 +01:00
Michał Górny 43590b7f1e Use typing-extensions on py<3.8
typing-extensions backport typing features from Python 3.8.  Use
built-in typing module in Python 3.8 and newer.
2021-04-24 12:51:16 +02:00
dependabot[bot] 49a64c444f
Bump pytest from 6.2.2 to 6.2.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.2...6.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-05 06:06:48 +00:00
Will McGugan 6f0eae2f5b version bump 2021-04-03 10:43:48 +01:00
Will McGugan bcb2923bf5 version bump 2021-03-30 18:05:25 +01:00
Will McGugan be5e9dca2d rich measure 2021-03-25 21:08:36 +00:00
Will McGugan a05ff5f942 pretty printable dataclasses 2021-03-06 14:14:06 +00:00
Will McGugan 2f752afaa9 style optimization 2021-03-01 19:42:00 +00:00
Will McGugan ba4e51e5d6 version bump 2021-02-28 10:34:47 +00:00
Will McGugan 545f9b260a optimized options 2021-02-27 13:15:51 +00:00
Will McGugan 446cc0d193 version bump 2021-02-27 10:29:11 +00:00
Will McGugan 83cc870695 fixes 2021-02-24 21:28:34 +00:00
dependabot[bot] 6d0aba0bdc
Bump mypy from 0.800 to 0.812
Bumps [mypy](https://github.com/python/mypy) from 0.800 to 0.812.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.800...v0.812)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-22 06:08:25 +00:00