Skip to content

Commit

Permalink
[R] Bump flake8 to 7.1.1 (#6511)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Nov 6, 2024
1 parent 3c5f5f3 commit 454fe1b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements.all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ elasticsearch==7.17.12
elasticsearch-dsl==7.4.1
et_xmlfile==2.0.0
fastavro==1.9.7
flake8==5.0.4
flake8==7.1.1
flask==3.0.3
flask-cors==5.0.0
flask-login==0.6.3
Expand Down Expand Up @@ -94,9 +94,9 @@ psutil==6.1.0
py-partiql-parser==0.5.6
pyasn1==0.6.1
pyasn1_modules==0.4.1
pycodestyle==2.9.1
pycodestyle==2.12.1
pycparser==2.22
pyflakes==2.5.0
pyflakes==3.2.0
pygithub==2.4.0
pyjwt==2.9.0
pynacl==1.5.0
Expand Down
4 changes: 2 additions & 2 deletions requirements.dev.trans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ openapi-schema-validator==0.6.2
pathable==0.4.3
psutil==6.1.0
py-partiql-parser==0.5.6
pycodestyle==2.9.1
pyflakes==2.5.0
pycodestyle==2.12.1
pyflakes==3.2.0
pyjwt==2.9.0
pynacl==1.5.0
pyparsing==3.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ awscli==1.35.14
boto3-stubs[s3,sqs,lambda,dynamodb,iam,ecr,stepfunctions,kms]==1.35.48 # match this with the version of the `boto3` runtime dependency
coverage==7.6.4
docker==7.1.0
flake8==5.0.4
flake8==7.1.1
gevent==24.10.2
git+https://github.com/DataBiosphere/[email protected]+12#egg=chalice
git+https://github.com/hannes-ucsc/[email protected]+1#egg=requirements-parser
Expand Down
1 change: 0 additions & 1 deletion src/azul/plugins/metadata/hca/indexer/aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ class HCAAggregate(Aggregate):

@cached_property
def cell_count(self) -> int:
cs: JSON
return sum(cs['total_estimated_cells']
for cs in self.contents['cell_suspensions']
if cs['total_estimated_cells'] is not None)
Expand Down

0 comments on commit 454fe1b

Please sign in to comment.