Skip to content

Commit

Permalink
Downgrade pylint and remove pylint CI workflow (#107)
Browse files Browse the repository at this point in the history
* downgrade pylint and rm the pylint CI workflow

* update Changelog file

* Update .github/CHANGELOG.md

Co-authored-by: Sebastián Duque Mesa <675763+sduquemesa@users.noreply.github.com>

* Update CHANGELOG.md

* Update _version.py

Co-authored-by: Sebastián Duque Mesa <675763+sduquemesa@users.noreply.github.com>
Co-authored-by: ilan-tz <57886357+ilan-tz@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 22, 2022
1 parent 763e107 commit 4b73a62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Bug fixes

* `rng` arguments are added where missing in `CVMacroLayer`. [#104](https://github.com/XanaduAI/flamingpy/pull/104)

* Fix incompatibility between CodeFactor and pylint CI check. [#107](https://github.com/XanaduAI/flamingpy/pull/107)
### Improvements

### Documentation changes
Expand All @@ -16,7 +16,7 @@

This release contains contributions from (in alphabetical order):

[Joost Bus](https://github.com/soosub)
[Joost Bus](https://github.com/soosub), [Luis Mantilla](https://github.com/BestQuark)

See full commit details ...

Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/linting.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ retworkx>=0.10.2
setuptools>=62.3.2
scipy>=1.6
thewalrus>=0.19.0
pylint==2.14.0
pylint==2.13.5
2 changes: 1 addition & 1 deletion flamingpy/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Version number (major.minor.patch[label])"""


__version__ = "0.9.0b0.dev0"
__version__ = "0.9.0b0.dev1"

0 comments on commit 4b73a62

Please sign in to comment.